Browse Source

Added html templates

Giulio 2 years ago
parent
commit
276ba6c709
3 changed files with 30 additions and 0 deletions
  1. 7 0
      template/footer.html
  2. 23 0
      template/header.html
  3. 0 0
      template/static/marx.min.css

+ 7 - 0
template/footer.html

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

+ 23 - 0
template/header.html

@@ -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 -->

File diff suppressed because it is too large
+ 0 - 0
template/static/marx.min.css


Some files were not shown because too many files changed in this diff