jeffa.io/www/templates/page.html

24 lines
1.1 KiB
HTML
Raw Normal View History

2023-05-19 13:32:14 +00:00
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
2023-08-24 06:48:56 +00:00
<meta name="author" content="Jeff Anderson" />
2023-05-19 13:32:14 +00:00
$if(date)$
2023-08-24 06:48:56 +00:00
<meta name="date" content=\"$date$\" />
2023-05-19 13:32:14 +00:00
$endif$
2023-08-24 06:48:56 +00:00
<link rel="stylesheet" href="index.css" />
<title>jeffa.io</title>
2023-05-19 13:32:14 +00:00
</head>
<body>
2023-08-24 06:48:56 +00:00
<h1><a href="https://www.jeffa.io">jeffa.io</a></h1>
$body$
<br />
<footer>
<p> Please contact me by <a href = "mailto: jeff@jeffa.io">email</a> with questions or corrections. You can view this website's <a href = "https://git.jeffa.io/jeff/jeffa.io">source</a>.
</p>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</footer>
2023-05-19 13:32:14 +00:00
</body>
</html>