-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 911 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
<!DOCTYPE html>
<html>
<head>
<meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport" />
<link href="lib/tau/wearable/theme/default/tau.css" rel="stylesheet" />
<link href="lib/tau/wearable/theme/default/tau.circle.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link href="css/style.circle.css" rel="stylesheet" />
<script src="js/circle-helper.js"></script>
<script src="lib/tau/wearable/js/tau.js"></script>
</head>
<body>
<div class="ui-page" id="main" data-go-to-top-button="true">
<header class="ui-header">
<h2 class="ui-title">
Twitch Chat
</h2>
</header>
<div class="ui-content">
<ul class="ui-listview">
<li>
<a href="source/chat/input.html">
Join chat
</a>
</li>
</ul>
</div>
</div>
<script src="js/app.js">
</script>
<script src="js/lowBatteryCheck.js">
</script>
</body>
</html>