spjall / index.html
clr's picture
Update index.html
ca205da
raw
history blame
2.18 kB
<!DOCTYPE html>
<html>
<head>
<!-- Metadata -->
<meta charset="utf-8">
<title>¿Title?</title>
<!-- Bootstrap CSS files-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Google web fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600" rel="stylesheet">
<!-- Personal styles -->
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<audio controls id="speakera" width="360">
<source src="https://huggingface.co/spaces/clr/prosaln/resolve/main/full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_a_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav">
</audio>
<audio controls id="speakerb" width="360">
<source src="https://huggingface.co/spaces/clr/prosaln/resolve/main/full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_b_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav">
</audio>
<ul id="convo-list">
<li class="row">
<div class="text"><span name="utterance" beg="124000" end="133000"><span class="movcontrol"></span> line one longer longer
</span></div>
</li><li class="row">
<div class="text"><p>line two</p></div>
</li><li class="row">
<div class="text"><p>line three</p></div>
</li><li class="row">
<div class="text"><span name="utterance" beg="244000" end="255000">line four <span class="movcontrol"></span></span></div>
</li><li class="row">
<div class="text"><p>line 5</p></div>
</li><li class="row">
<div class="text"><p>line six shouls also be quite long i suppose</p></div>
</li><li class="row">
<div class="text"><p>line seven as well can get long</p></div>
</li>
</ul>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script type="text/javascript" src="./js/js.php"></script>
</body>
</html>