Skip to content
This repository was archived by the owner on Oct 23, 2021. It is now read-only.

Commit ebaa4f8

Browse files
authored
Update index.html
1 parent cd1c352 commit ebaa4f8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

index.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5+
6+
<!-- import amplitudejs -->
57
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/amplitude.js"></script>
68

79
<!-- contains extra code not relevant for this example -->
810
<script type="text/javascript" src="init.js"></script>
911

12+
<!-- styling for the buttons and the progress bar -->
1013
<link href="styles.css" rel="stylesheet">
14+
1115
<style>
12-
/* defines the repeat button when repeat is enabled */
16+
/* gets added to the repeat button when repeat is enabled */
1317
.custom-repeat-on {
1418
background: #3db1c1;
1519
}
16-
/* styling of the repeat button... (see also styles.css for general button styling)*/
20+
/* styling of the repeat button... (also see styles.css for general button styling)*/
1721
#custom-repeat {
1822
position:absolute;
1923
left:5px;

0 commit comments

Comments
 (0)