-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtest.html
51 lines (48 loc) · 1.41 KB
/
test.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
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="en" ng-app="zetta">
<head>
<title>Zetta Browser</title>
<meta charset="utf-8" />
<meta name="fragment" content="!" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<link rel="shortcut icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href="src/styles/pure.css" />
<link rel="stylesheet" type="text/css" href="src/styles/grids-responsive.css" />
<style>
.device {
width: 48rem;
border-bottom: 1px solid #000;
}
ul {margin: 0; padding: 0}
li {
list-style-type: none;
display: inline-block;
}
</style>
</head>
<body>
<section class="device pure-g">
<h3 class="pure-u-3-4">TextToSpeech</h3>
<ul class="actions device-toggles pure-u-1-4">
<li>quotes</li>
<li>list</li>
<li>previous next</li>
<li>flash</li>
<li>reload</li>
</ul>
<div class="property pure-u-1">
<ul class="actions visibility">
<li>eye</li>
<li>pushpin</li>
<li>dropdown</li>
</ul>
<div class="name">state</div>
<div class="value">silent</div>
<div class="visualization">graph goes here</div>
<ul class="actions">
<li>charts</li>
</ul>
</div><!-- .property -->
</section>
</body>
</html>