Geo-Coder-Free
view release on metacpan or search on metacpan
templates/default/Geo/Coder/Free/Display/meta_data.tmpl view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta name="robots" content="INDEX,FOLLOW">
<meta name="language" content="ENGLISH">
<meta name="object" content="Index">
<meta name="owner" content="Nigel Horne">
<meta name="Author" content="Nigel Horne">
<meta name="Copyright" content="Copyright (C) 2025 Nigel Horne, all rights reserved">
<title>[% SiteTitle %]: Meta Data</title>
[% IF keywords %]
<meta name="keywords" content="[% keywords %]" />
[% END %]
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<!-- https://www.geeksforgeeks.org/how-to-create-three-boxes-in-the-same-div-using-html-and-css/ -->
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 2%;
// justify-content: center;
overflow: hidden;
}
.box-wrapper {
height: 95vh;
width: 100%;
display: flex;
flex-direction: column;
// text-align: center;
}
#box1 {
padding: 10px;
justify-content: center;
// border: solid 1px green
}
#box2 {
padding: 8px;
// border: solid 1px blue
}
#box3 {
padding: 10px;
flex-grow: 1;
display: flex;
flex-direction: row;
// border: solid 1px green
}
#box4 {
// flex-grow: 2;
( run in 2.282 seconds using v1.01-cache-2.11-cpan-5b529ec07f3 )