forked from epeios-q37/atlas-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMain.html
More file actions
executable file
·37 lines (37 loc) · 1017 Bytes
/
Main.html
File metadata and controls
executable file
·37 lines (37 loc) · 1017 Bytes
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
<div class="menu">
<a>
<h1>
<em>Notes</em>
</h1>
</a>
</div>
<div class="jumbo">
<a class="right q37" href="http://q37.info/" ></a>
<h2>Welcome!</h2>
<p>
<span>Let's take some notes with the </span>
<span style="font-weight: bold;">
<span style="font-style: oblique">Atlas</span>
<span> toolkit</span>
</span>
<span>!</span>
</p>
<a href="http://atlastk.org/" class="button">
<span> About </span>
</a>
</div>
<div>
<span class="list-filter">
<input id="Pattern" placeholder="Filter By Title" class="liset-filter light" type="text" xdh:onevent="Search" />
</span>
<div style="margin: auto; display: flex; justify-content: space-around; width: 50%;">
<span>
<label>
<input id="DescriptionToggling" type="checkbox" xdh:onevent="ToggleDescriptions" />
<span> Hide descriptions </span>
</label>
</span>
<button class="button" id="CreateButton" xdh:mark="0" xdh:onevent="Edit">Create</button>
</div>
</div>
<div id="Notes" />