mirror of
https://git.kittycat.homes/zoe/wisdom.git
synced 2024-08-15 03:26:36 +00:00
styling and footer
This commit is contained in:
parent
7391d4028f
commit
8b2da63f3c
2 changed files with 46 additions and 15 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue