-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="assets/WebtopFavicon.svg">
<link rel="stylesheet" href="css/style.css">
<script defer src="js/helpers.js"></script>
<script defer src="js/cli.js"></script>
<script defer src="js/widgets.js"></script>
<script defer src="js/elements.js"></script>
<script defer src="js/shortcuts.js"></script>
<script defer src="js/index.js"></script>
<title>Webtop</title>
</head>
<body>
<header>
<noscript>
This Website is build with pure JavaScript.
Please allow JavaScript in your Web Browser. <br>
The full source code of this website can be found
<a href="https://github.com/webcli-dev/webcli">here</a>. <br>
Your custom configuration details are stored only on your local machine.
</noscript>
</header>
<section id="wt0" class="wt current-wt"></section>
<section id="wt1" class="wt"></section>
<section id="wt2" class="wt"></section>
<footer>
<span>
Made with ♥ by
<a href="https://github.com/webcli-dev/webcli/graphs/contributors" tabindex="-1">webcli-dev Team</a>.
See
<a href="https://github.com/webcli-dev/webcli" tabindex="-1">Source Code</a>.
</span>
<textarea id="helpConsole" disabled="disabled"></textarea>
<button id="edit-config" class="btn">Customise</button>
</footer>
</body>
</html>