forked from bitmorse/axon-one
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaxon.html
More file actions
68 lines (55 loc) · 1.96 KB
/
Copy pathaxon.html
File metadata and controls
68 lines (55 loc) · 1.96 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
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width,
initial-scale=1.0,
maximum-scale=1.0,
user-scalable=no,
minimal-ui">
<meta http-equiv="Content-Language" content="en">
<meta name="author" content="Sam Sulaimanov">
<title>axon-one</title>
<link rel="stylesheet" type="text/css" href="/nervousnet-axon-resources/styles.css">
</head>
<body>
<div class="app-page" data-page="home">
<div class="app-topbar orange">
<div class="app-title">TravEasy</div>
</div>
<div class="app-content">
<div class="app-section">
<h1>Train Zurich - Basel</h1>
<table>
<tr>
<td id="B9407F30-F5F8-466E-AFF9-25556B57FE6D"> </td>
<td>Wagon 1</td>
</tr>
<tr>
<td id="2F234454-CF6D-4A0F-ADF2-F4911BA9FFA6"> </td>
<td>Wagon 2</td>
</tr>
<tr>
<td id="093E82AF-1AF1-5D23-A161-7631AC741CD9"> </td>
<td>Wagon 3</td>
</tr>
</table>
<!--
<div class="app-section">
<div class="app-button red">Button 1</div>
<div class="app-button green">Button 2</div>
<div class="app-button blue">Button 3</div>
</div>
-->
<br /><br /><br /><br />
<div id="beacon" style="">
<img src="beach.jpg" width="200" alt="" />
</div>
<div id="response">response</div>
</div>
</div>
</div>
<script type="text/javascript" src="/nervousnet-axon-resources/libs.js"></script>
<script type="text/javascript" src="axon.js"></script>
</body>
</html>