Added html templates

This commit is contained in:
Giulio 2021-05-30 22:14:19 +02:00
parent a7ebb8e0a6
commit 276ba6c709
3 changed files with 32 additions and 0 deletions

7
template/footer.html Normal file
View File

@ -0,0 +1,7 @@
<!-- END SCUSETTE -->
<footer>
<p><a href="https://lsd.cat" target="_blank">lsd.cat</a></p>
</footer>
</main>
</body>
</html>

23
template/header.html Normal file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset=utf-8>
<meta http-equiv=X-UA-Compatible content='IE=edge;chrome=1'>
<meta name=viewport content="width=device-width, initial-scale=1">
<title>Scusette.it</title>
<link rel=apple-touch-icon sizes=180x180 href="img/favicons/apple-touch-icon-71190191.png">
<link rel=icon type="image/png" sizes=32x32 href="img/favicons/favicon-32x32-19df5616.png">
<link rel=icon type="image/png" sizes=16x16 href="img/favicons/favicon-16x16-dc41c503.png">
<link rel=manifest href="/img/favicons/site.webmanifest">
<link rel=mask-icon href="img/favicons/safari-pinned-tab-7d11c535.svg" color="#007bff">
<meta name=msapplication-TileColor content="#2b5797">
<meta name=theme-color content="#007bff">
<link rel=stylesheet href="static/marx.min.css">
</head>
<body>
<main>
<center>
<h1>Scusette.it</h1>
<p>Dal 2017 la miglior risorsa per paccare il lavoro e gli amici.<br><small>Scusette nel DB: #scusettenumber# - Scrivi a <a href="https://t.me/scusettebot" target="_blank">@scusettebot</a> su Telegram</small></p>
</center>
<!-- BEGIN SCUSETTE -->

2
template/static/marx.min.css vendored Normal file

File diff suppressed because one or more lines are too long