mirror of
https://git.kittycat.homes/zoe/wisdom.git
synced 2024-08-15 03:26:36 +00:00
22 lines
634 B
Handlebars
22 lines
634 B
Handlebars
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<link rel="stylesheet" type="text/css" href="static/style.css" media="all"/>
|
|
<title>Wisdom</title>
|
|
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<link rel="icon" type="image/x-icon" href="./static/think.svg">
|
|
</head>
|
|
<body id="body">
|
|
<div id="main">
|
|
</head />
|
|
<a class="wisdom" href="">{{ wisdom }}</a>
|
|
<br />
|
|
</div>
|
|
<footer>
|
|
<p>
|
|
<a href="./frakes">frakes</a><a href="./cooking">cooking</a><a href=".">home</a>
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|