clr commited on
Commit
9c8c89a
1 Parent(s): afe5ca3

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +31 -0
index.html CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <audio controls id="speaker_a" width="360">
2
  <source src="/full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_a_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav">
3
  </audio>
@@ -5,3 +18,21 @@
5
  <audio controls id="speaker_b" width="360">
6
  <source src="full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_b_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav">
7
  </audio>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <!-- Metadata -->
5
+ <meta charset="utf-8">
6
+ <title>¿Title?</title>
7
+
8
+ <!-- Local styles -->
9
+ <link rel="stylesheet" href="css/main.css">
10
+ </head>
11
+
12
+ <body>
13
+
14
  <audio controls id="speaker_a" width="360">
15
  <source src="/full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_a_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav">
16
  </audio>
 
18
  <audio controls id="speaker_b" width="360">
19
  <source src="full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_b_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav">
20
  </audio>
21
+
22
+ <table class="table" id="convo-table">
23
+ <tbody>
24
+ <tr>
25
+ <td>line one</td>
26
+ </tr><tr>
27
+ <td>line two</td>
28
+ </tr><tr>
29
+ <td>line three</td>
30
+ </tr><tr>
31
+ <td>line four</td>
32
+ </tr>
33
+ </tbody>
34
+ </table>
35
+
36
+ </body>
37
+ </html>
38
+