mirror of
https://git.kittycat.homes/zoe/wisdom.git
synced 2024-08-15 03:26:36 +00:00
templating
This commit is contained in:
parent
aae7584df8
commit
f12764139a
8 changed files with 23695 additions and 40 deletions
40
templates/index.html.tera
Normal file
40
templates/index.html.tera
Normal file
|
@ -0,0 +1,40 @@
|
|||
<!DOCTYPE html5>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Wisdom</title>
|
||||
<meta
|
||||
charset="utf-8"
|
||||
name="viewport"
|
||||
/>
|
||||
<style>
|
||||
@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%;
|
||||
}
|
||||
p {
|
||||
color: floralwhite;
|
||||
font-size: 40pt;
|
||||
text-align: center;
|
||||
font-family: 'Prata', serif;
|
||||
}
|
||||
body {
|
||||
background-color: #080808;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body id="body">
|
||||
<div class="main">
|
||||
<p>{{wisdom}}</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue