add reload

This commit is contained in:
zoe 2022-01-15 19:47:08 +01:00
parent 1e294bbac6
commit 295411d8fa
1 changed files with 8 additions and 2 deletions

View File

@ -20,12 +20,18 @@
justify-content: center;
align-items: center;
height: 100%;
margin-left: 24%;
margin-right: 24%;
}
p {
a {
color: floralwhite;
font-size: 40pt;
text-align: center;
font-family: 'Prata', serif;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
background-color: #080808;
@ -34,7 +40,7 @@
</head>
<body id="body">
<div class="main">
<p>{{wisdom}}</p>
<a href=".">{{wisdom}}</a>
</div>
</body>
</html>