-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
41 lines (41 loc) · 1.33 KB
/
main.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
<!doctype html>
<html>
<head>
<link rel="extends" href="./main">
<link rel="tag" href="./tengwar-view.html">
<link rel="tag" href="./tengwar-explainer.html">
<link rel="tag" href="./tengwar-chooser.html">
</head>
<body>
<div class="body-box">
<!--
<div class="output-box">
<tengwar-view id="tengwar"></tengwar-view>
</div>
-->
<div class="output-box">
<tengwar-explainer id="explanation"></tengwar-explainer>
</div>
<div class="divider"></div>
<div class="input-box">
<!--
<div class="form-box">
<a class="select-mode" href="#">Select Mode</a>
</div>
-->
<div class="content-box" style="">
<textarea id="latin" spellcheck="false"></textarea>
</div>
<!--
<div class="about-box">
<a class="wiki-text" href="#">View Wiki Markup</a> —
<a href="about.html">About</a>
</div>
-->
</div>
<div class="chooser-box">
<tengwar-chooser id="chooser"></tengwar>
</div>
</div>
</body>
</html>