-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (61 loc) · 2.78 KB
/
index.html
File metadata and controls
62 lines (61 loc) · 2.78 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="uft-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<title>Fixation</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lekton:400,700,400italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="/bundle.css">
</head>
<body class="mdc-typography">
<div class="mdc-snackbar mdc-snackbar--leading">
<div class="mdc-snackbar__surface">
<div class="mdc-snackbar__label"
role="status"
aria-live="polite">
Can't send photo. Retry in 5 seconds.
</div>
</div>
</div>
<aside class="mdc-drawer mdc-drawer--modal">
<div class="mdc-drawer__header">
<h3 class="mdc-drawer__title">Fixation</h3>
</div>
<div class="mdc-drawer__content">
<nav tabindex="0" class="mdc-deprecated-list">
<a class="mdc-deprecated-list-item mdc-list-item--activated" href="/diagnosis" aria-current="page">
<span class="mdc-deprecated-list-item__ripple"></span>
<i class="material-icons mdc-deprecated-list-item__graphic" aria-hidden="true">scatter_plot</i>
<span class="mdc-deprecated-list-item__text">Diagnosis</span>
</a>
<a class="mdc-deprecated-list-item" href="/record">
<span class="mdc-deprecated-list-item__ripple"></span>
<i class="material-icons mdc-deprecated-list-item__graphic" aria-hidden="true">fiber_manual_record</i>
<span class="mdc-deprecated-list-item__text">Record</span>
</a>
<a class="mdc-deprecated-list-item" href="/replay">
<span class="mdc-deprecated-list-item__ripple"></span>
<i class="material-icons mdc-deprecated-list-item__graphic" aria-hidden="true">play_circle_filled</i>
<span class="mdc-deprecated-list-item__text">Replay</span>
</a>
<a class="mdc-deprecated-list-item" href="/data">
<span class="mdc-deprecated-list-item__ripple"></span>
<i class="material-icons mdc-deprecated-list-item__graphic" aria-hidden="true">import_export</i>
<span class="mdc-deprecated-list-item__text">Data</span>
</a>
</nav>
</div>
</aside>
<div class="mdc-drawer-scrim"></div>
<header class="mdc-top-app-bar mdc-top-app-bar--dense">
<div class="mdc-top-app-bar__row">
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-start">
<button class="material-icons mdc-top-app-bar__navigation-icon mdc-icon-button">menu</button>
<span class="mdc-top-app-bar__title"></span>
</section>
</div>
</header>
<main id="view" class="mdc-top-app-bar--dense-fixed-adjust"></main>
<script src="/bundle.js" async></script>
</body>