-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (30 loc) · 928 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WIOT</title>
<link rel="stylesheet" href="style.css">
<meta name="color-scheme" content="dark light">
</head>
<body>
<section class="scheme-switcher" aria-label="Color scheme switcher">
<button class="scheme-switcher__button" aria-pressed="false" value="light">
Light
</button>
<button class="scheme-switcher__button" aria-pressed="true" value="dark light">
Auto
</button>
<button class="scheme-switcher__button" aria-pressed="false" value="dark">
Dark
</button>
</section>
<script src="script.js"></script>
<h1>Welcome to WIOT</h1>
<h2>IoT by walley</h2>
<h3>Login</h2>
<a href="https://wiot.cz/login.html">Login</a>
<h3>Showcase</h2>
<a href="https://wiot.cz/webapps/showcase">Showcase</a>
</body>
</html>