-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.html
25 lines (22 loc) · 1.12 KB
/
config.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>
<head>
<title>Controller Pass Config</title>
<meta charset="UTF-8" />
<script src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script>
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="./node_modules/@materializecss/materialize/dist/css/materialize.min.css" media="screen,projection"/>
</head>
<body>
<div class="m-3">
<h1 class="pb-3" style="border-bottom: solid 1px gray;">HEY !</h1>
This extension is still in development! And requires a lot of pre-stream setup to use as of right now. <br>
Please read the <a href="https://github.com/satasatalight/controller-pass/blob/main/help/quickstart.md" rel="noopener noreferrer" target="_blank">
quickstart guide</a> before using this extension. <br>
<br>
Hope you enjoy (:
</div>
<!--JavaScript at end of body for optimized loading-->
<script type="module" src="./node_modules/@materializecss/materialize/dist/js/materialize.min.js"></script>
</body>
</html>