-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (34 loc) · 1.04 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
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<title>LastStar.eu</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/css/pylon.css" />
<link rel="stylesheet" href="/css/pe.css" />
<link rel="stylesheet" href="/css/ls.css" />
</head>
<body id="hero">
<vstack spacing="xl" id="page">
<vstack align-x="center">
<nav style="background: black">
<a href="/" class="brand">
<img class="logo" src="/logo.svg" />
</a>
<div class="menu">
<a href="/__dashboard/edit?file=content/index.mdz" class="pseudo button">Edit</a>
<a href="/__dashboard" class="pseudo button">Dashboard</a>
</div>
</nav>
<vstack align-x="center">
<h1 style="margin-top: 5rem">LastStar.eu</h1>
<h2>deset let kódem
</h2>
</vstack>
<footer>
<a href="/contact.html">Kontakt</a>
</footer>
</vstack>
</vstack>
</body>
</html>