-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (93 loc) · 3.07 KB
/
index.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<link rel="icon" href="./site/favicon.ico" sizes="any">
<style>
@import './node_modules/marx-css/css/marx.min.css';
@import './site/site.css';
</style>
</head>
<body>
<div id="content-wrapper">
<div id="toc-wrapper">
<header id="toc-header">
<h1>
<a href="/armtee/" class="sub-hero-link">armTee</a>
</h1>
</header>
<div id="toc" class="dynamic light-contents">
</div>
</div>
<div id="doc-wrapper" class="dark-contents">
<div id="doc-overlay"></div>
<div id="doc">
<h1 class="hero">armTee</h1>
<h2 class="hero">Line oriented text template tool</h2>
<div id="doc-content" class="dynamic"></div>
<div id="doc-ending" class="dynamic">Thank you for reading!</div>
</div>
</div>
<div id="content-right-wrapper" class="light-contents">
<div id="content-right">
<header>
<a href="#" id="editor-toggle"><span class="editor-toggle-text-placeholder"></span></a>
</header>
<footer id="content-footer">
<a href="/armtee/">armTee</a><br />
<a class="lang-selector" data-lang="en" href="#">en</a> | <a class="lang-selector" data-lang="ja" href="#">ja</a><br />
by aklaswad<br />
<a href="https://github.com/aklaswad/armtee">
<img
class="link-logo"
src="./site/images/github-mark.svg"
alt="View repository on github.com"
/></a>
</footer>
</div>
</div>
</div>
<div id="error-display">error faaaa</div>
<div id="editors-wrapper" class="dynamic">
<div id="out-editor-wrapper" class="editor-wrapper g5-5">
<p class="editor-header">
<a class="editor-toggle" href="#"> </a>
<span>output</span>
</p>
<div id="out" class="editor-main"></div>
</div>
<div id="trans-editor-wrapper" class="editor-wrapper g5-5">
<p class="editor-header">
<a class="editor-toggle" href="#"> </a>
<span>transpiled</span>
</p>
<div id="trans" class="editor-main"></div>
</div>
<div id="tmpl-editor-wrapper" class="editor-wrapper g5-5">
<p class="editor-header">template
<a class="editor-toggle" href="#"> </a>
<a href="#" class="convert" data-type="style">slashy</a>
|
<a href="#" class="convert" data-type="mode">template</a>
</p>
<div id="tmpl" class="editor-main">/</div>
</div>
<div id="json-editor-wrapper" class="editor-wrapper g5-5">
<div id="json" class="editor-main"></div>
<p class="editor-header">data
<a class="editor-toggle" href="#"> </a>
</p>
</div>
<div id="conf-editor-wrapper" class="editor-wrapper g5-5">
<p class="editor-header">
<a class="editor-toggle" href="#"> </a>
<span>config</span>
</p>
<div id="conf" class="editor-main">
</div>
</div>
</div>
</body>
</script>
<script type="module" src="./site/demo.js"></script>
</script>