This repository was archived by the owner on Aug 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathview.html
More file actions
48 lines (43 loc) · 1.43 KB
/
view.html
File metadata and controls
48 lines (43 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="view.css">
<script src="lib/jquery-2.1.3.min.js"></script>
<script src="lib/moment.js"></script>
<script src="snoocore-standalone.js"></script>
<script src="reddit-connect.js"></script>
<script src="lib/jquery.voice/jquery.voice.min.js"></script>
<script src="lib/jquery.voice/recorder.js"></script>
<script src="view.js"></script>
<title>Humm-Humm</title>
</head>
<body>
<div id="content">
<div id="humm-humm">
<a href="./"><img src="assets/logo_very_small.png"/>Humm-Humm</a>
</div>
<div id="audio-container">
<div id="login">
<p>Log in using reddit and start humming !</p>
<button id="login-button">Log in</button>
</div>
<div id="captcha"></div>
<div id="audio-capture">
<p id="hum-here">Hum here</p>
<audio controls src="" id="audio"></audio>
<div id="audio-buttons">
<button id="record">Record</button>
<button id="stop">Stop</button>
<button id="download">Download</button>
</div>
<div id="humming-info"></div>
</div>
</div>
<div id="reddit">
<h3><a href="https://www.reddit.com/r/HummHumm">/r/HummHumm </a><span id="disconnect">Disconnect</span></h3>
<div id="posts"></div>
</div>
<div id="footer">Humm-Humm by Pecamo is open-source and available on <a href="https://github.com/Pecamo/Humm-Humm">GitHub</a></div>
</div>
</body>
</html>