-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathadmin.html
More file actions
31 lines (31 loc) · 1.26 KB
/
admin.html
File metadata and controls
31 lines (31 loc) · 1.26 KB
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
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="/img/tablogo.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
</ul>
</nav>
</header>
<h1>Admin index page</h1>
<div style="text-align: left;margin-left: 5px;">
<h2 class="admin">SETA</h2>
<a href="/admin/setalinkgen/linkgen.html" class="blue button">Html td generator</a>
<h2 class="admin">Dani</h2>
<a href="/admin/dani/servizi.html" class="blue button">Dani index</a>
<h2 class="admin">Vichi</h2>
<a href="/admin/Vichingo455/index.html" class="blue button">Vichi index</a>
</div>
</body>
</html>