-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
37 lines (30 loc) · 1.11 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WALauncher</title>
<link rel="stylesheet" href="/css/launcher.css">
<link rel="stylesheet" href="/css/responsivity.css">
<link rel="icon" type="image/x-icon" href="/assets/wal.ico">
</head>
<body>
<header class="invisible">
<div class="mobile-nav">
<img src="/assets/wal.svg" alt="WAL" class="nav-logo" id="nav_home">
<img src="/assets/nav.svg" id="nav_menu" class="nav-btn">
<img src="/assets/reload.svg" alt="↻" id="nav_reload" class="nav-btn">
</div>
<ul>
<li id="li_nav_reload"><img src="/assets/reload.svg" alt="↻" id="nav_reload" class="nav-btn"></li>
</ul>
</header>
<main class="home">
</main>
<footer>
<p id="ft-version"><a href="https://github.com/filiprojek/walauncher">WALauncher</a> v0.0.0 created by <a
href="https://github.com/filiprojek/">@filiprojek</a></p>
</footer>
<script src="/js/main.js"></script>
</body>
</html>