-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (23 loc) · 877 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, shrink-to-fit=no">
<script src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script>
<script src="js/jquery-3.5.1.min.js" type="text/javascript"></script>
<script src="js/viewer.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Viewer</title>
</head>
<body>
<div id="pageViewHeader">Hello world!</div>
<div></div>
<div>
<button id="redButton" class="button button3"><span>Red Button</span></button>
</div>
<div></div>
<div>
<button id="greenButton" class="button"><span>Green Button</span></button>
</div>
</body>
</html>