This repository was archived by the owner on Dec 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (46 loc) · 1.82 KB
/
index.html
File metadata and controls
52 lines (46 loc) · 1.82 KB
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
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MixerStats</title>
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="StreamStats" />
<meta property="og:title" content="MixerStats" />
<meta property="og:description" content="Welcome To The MixerStats Page Just Enter your Beam Name Your Good To Go" />
<meta property="og:url" content="http://streamstats.github.io/MixerStats/" />
<meta property="og:site_name" content="http://streamstats.github.io/MixerStats" />
<meta property="og:locale" content="en_US" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css" type="text/css" />
<link rel="stylesheet" href="css/scrollbar.css" type="text/css" />
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
<style>
<script type="text/javascript">
var up = "Up And Running";
console.log(up) </script>
</style>
</head>
<body>
<center>
<div class="page-header">
<h1>Welcome To</h1>
</div>
<div class="container">
<h1 class="display-5">MixerStats</h1>
<hr class="m-y-2">
<center>
<form id="formThing" action="" method="">
<input type="text" id="inputText" class="form-control" style="width: 200px;display: inline-block;">
<input type="submit" id="submit"i class="em em-white_check_mark"class="btn btn-primary">
</form>
</center>
<div class="profile">
</div>
</div>
<footer i class="em em-green_heart">© StreamStats 2017 </footer>
</center>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>