switch to handlebars

This commit is contained in:
zoe 2022-01-20 13:42:37 +01:00
parent 32e72eb2e2
commit 7391d4028f
7 changed files with 26 additions and 312 deletions

View file

@ -1,19 +0,0 @@
<!DOCTYPE html5>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Wisdom</title>
<meta
charset="utf-8"
name="viewport"
/>
</head>
<body id="body">
<div class="main">
<br>
<a href="./frakes">Wisdom website asks you things</a>
<a href="./cooking">Cooking wisdom</a>
<br>
</div>
</body>
</html>

View file

@ -1,28 +0,0 @@
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
body {
margin: 0;
padding: 0;
}
div {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
margin-left: 24%;
margin-right: 24%;
}
a {
color: floralwhite;
font-size: 400%;
text-align: center;
font-family: "Prata", serif;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
background-color: #080808;
}

View file

@ -1,8 +1,8 @@
<!DOCTYPE html5>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="style.css" media="all"/>
<link rel="stylesheet" type="text/css" href="static/style.css" media="all"/>
<title>Wisdom</title>
<meta charset="utf-8" name="viewport" />
</head>

View file

@ -1,17 +0,0 @@
<!DOCTYPE html5>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="style.css" media="all"/>
<title>Wisdom</title>
<meta charset="utf-8" name="viewport" />
</head>
<body id="body">
<div class="main">
</head />
<a href="">{{ wisdom }}</a>
<a id="home_link" href=".">home</a>
<br />
</div>
</body>
</html>