-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (31 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TiTilda Appunti</title>
<link rel="icon" href="/logo.svg" sizes="any" type="image/svg+xml">
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js'></script>
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>
</head>
<body>
<div class="container">
<div class="d-flex align-items-center">
<img src="/logo.svg" alt="Logo" class="me-2 align-middle" style="height: 40px;">
<h1 class="mb-0">TiTilda Appunti</h1>
</div>
<p>Archivio ufficiale di appunti universitari TiTilda
<ul>
{{{PLACEHOLDER}}}
</ul>
</p>
<footer class="mt-5">
<small>
<hr>
<p>© 2022-
<script>document.write(/\d{4}/.exec(Date())[0])</script> TiTilda, Tutti i diritti sulla riproduzione
riservati
</p>
</small>
</div>
</body>
</html>