add reload

This commit is contained in:
zoe 2022-01-15 19:47:08 +01:00
parent 1e294bbac6
commit 295411d8fa

View file

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