-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
51 lines (51 loc) · 2.42 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="keywords" content="webrtc,kraken,group voice call,voice conference,audio conference,conference call,audio conferencing">
<meta name="description" content="Kraken is an instant group audio space and conferencing service. The service is completely anonymous, no registration or account available.">
<link href="/index.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>Kraken - Anonymous Group Audio Space</title>
</head>
<body>
<div id="home">
<h1><img src="/android-chrome-192x192.png" alt="Kraken"></h1>
<h2>Start a space where only you can nominate the speakers</h2>
<form action="javascript:void(0);" id="create-room-form">
<input type="text" name="name" placeholder="space name">
<input type="submit" value="Start a Space" id="space-submit">
</form>
<p>The service is completely anonymous, no registration or account available.</p>
<p>Kraken v0.1.0</p>
</div>
<div id="microphone">
<p>🎤 Please allow me to access your microphone 🎤</p>
</div>
<div id="join-form">
<form action="javascript:void(0);">
<label for="name">Enter a name to help others recognize you</label>
<input type="text" name="name">
<input type="submit" value="Continue" id="name-submit">
</form>
</div>
<div id="peers">
</div>
<div id="overlay">
<p>🎉 Share the page with people and wait for others to join 🎉</p>
</div>
<div class="footer logo"><a href="/"><img src="/android-chrome-192x192.png" alt="Kraken"></a></div>
<h1 class="footer title" id="space-name"></h1>
<div class="footer party action"><span>🎉</span></div>
<script src="/vendor/crypto-core.min.js"></script>
<script src="/vendor/crypto-md5.js"></script>
<script type="text/javascript" src="/index.js"></script>
</body>
</html>