-
Notifications
You must be signed in to change notification settings - Fork 3
/
report.html
39 lines (33 loc) · 2.04 KB
/
report.html
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>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Project Grammar</title>
<meta name="description" content="Grammar">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel=stylesheet href="styles/style.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Highlighting screen -->
<div class="results-page">
<div class="icon">
<img src="assets/images/retry-icon.png" alt="Retry icon">
</div>
<div id="highlighting-section" class="results-section">
<!-- Input -->
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p>
<img id="down-arrow" src="assets/images/down-arrow.svg" alt="Down arrow">
</div>
<a name="analytics-section"/>
<div id="analytics-section" class="results-section">
// analytics
</div>
</div>
</body>
<script src="js/jquery-2.1.4.js"></script>
<script src="js/function.js"></script>
<script src="js/recorder-index.js"></script>
<script src="js/recorder-main.js"></script>
<script src="js/recorder-worker.js"></script>
</html>