Spaces:
Running
Running
File size: 813 Bytes
9c8c89a ef0377b afe5ca3 ef0377b 9c8c89a |
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 |
<!DOCTYPE html>
<html>
<head>
<!-- Metadata -->
<meta charset="utf-8">
<title>¿Title?</title>
<!-- Local styles -->
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<audio controls id="speaker_a" width="360">
<source src="/full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_a_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav">
</audio>
<audio controls id="speaker_b" width="360">
<source src="full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_b_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav">
</audio>
<table class="table" id="convo-table">
<tbody>
<tr>
<td>line one</td>
</tr><tr>
<td>line two</td>
</tr><tr>
<td>line three</td>
</tr><tr>
<td>line four</td>
</tr>
</tbody>
</table>
</body>
</html>
|