styling and footer

This commit is contained in:
zoe 2022-01-20 15:11:54 +01:00
parent 7391d4028f
commit 8b2da63f3c
2 changed files with 46 additions and 15 deletions

View file

@ -1,17 +1,21 @@
<!doctype html>
<!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" />
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1"/>
</head>
<body id="body">
<div class="main">
<div id="main">
</head />
<a href="">{{ wisdom }}</a>
<a id="home_link" href=".">home</a>
<a class="wisdom" href="">{{ wisdom }}</a>
<br />
</div>
<footer>
<p>
<a href=".">home</a><a href="https://zoe.kittycat.homes">zoe.kittycat.homes</a>
</p>
</footer>
</body>
</html>