-
-
Notifications
You must be signed in to change notification settings - Fork 151
/
index.html
24 lines (21 loc) · 892 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>xml/html/svg-to-hiccup converter</title>
<link href="https://unpkg.com/tachyons@4/css/tachyons.min.css" rel="stylesheet" />
</head>
<body class="ma0 pa0 sans-serif fw2 f7 f6-ns bg-moon-gray dark-gray">
<header class="ph3 pv2 bg-light-green">
<h1 class="ma0 fw2 lh-subtitle">XML / Hiccup converter</h1>
</header>
<div id="app"></div>
<div class="pa3">
<a class="link dark-gray" href="https://github.com/thi-ng/umbrella/tree/master/examples/xml-converter">Source
code & CLI version</a>
</div>
<script type="text/javascript" src="./src/index.ts"></script>
</body>
</html>