-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
70 lines (70 loc) · 3.26 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="width">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name='yandex-verification' content='7b5f5a2e1d5ad510' />
<link rel="apple-touch-icon" href="public/misc/favicon.ico"/>
<link rel="shortcut icon" type="image/x-icon" href="public/misc/favicon.ico">
<title>type</title>
<link rel="stylesheet" href="public/css/style.css" />
</head>
<body>
<!-- Logo gathered from: http://patorjk.com/software/taag/#p=display&f=Stop&t=type -->
<div class="logo">
<pre>
_
| |_ _ _ ____ ____
| _) | | | _ \/ _ )
| |_| |_| | | |( (/ /
\___)__ | ||_/\____)
(____/|_| </pre>
</div>
<div class="ui">
<div class="uiBody">
<input type="text" class="uiInput" autofocus></input>
<select class="uiSelect">
<option value="none">subtitle</option>
<option value="eng">english</option>
<option value="esp">spanish</option>
<option value="ger">german</option>
<option value="tur">turkish</option>
<option value="dut">dutch</option>
</select>
<input type="button" class="uiButton" value="play"></input>
</div>
<div class="uiPlayer"></div>
</div>
<div class="body">
<div class="hello">
<span class="lightred nodisplay">Hello <span class="nickName"></span>, you're on <span class="channelName white"></span> channel.</span>
<p class="lightergreen">Welcome to <span style="color:#e74c3c">t</span><span style="color:#e67e22">y</span><span style="color:#019fde">p</span><span style="color:#dd77d3">e</span> command line app. It's so simple!</p>
<p class="white">For now you can chat and do a few more useful things, type /help to see all commands and features.</p>
</div>
<div class="online">
<div class="title">Online</div>
<div class="onlineList"></div>
</div>
<div class="player"></div>
<div class="hr"></div>
><input type="text" class="chatInput" readonly value=" loading.." autofocus></input>
<div class="chat"></div>
</div>
<script type="text/javascript" src="public/js/jquery.min.js"></script>
<script src="/socket.io/socket.io.js"></script>
<script type="text/javascript" src="public/js/app.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55238141-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>