aboutsummaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
m---------www0
-rw-r--r--www/index.html26
2 files changed, 26 insertions, 0 deletions
diff --git a/www b/www
deleted file mode 160000
Subproject 9ac3dff9ebea4675e5c478bcdcbc0fd547d1529
diff --git a/www/index.html b/www/index.html
new file mode 100644
index 0000000..01ba57d
--- /dev/null
+++ b/www/index.html
@@ -0,0 +1,26 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>CSTea</title>
6 </head>
7 <style>
8.grid-container {
9 display: grid;
10 grid-template-columns: 1fr 1fr;
11 grid-gap: 20px;
12}
13 </style>
14 <body>
15 <noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
16 <script src="./bootstrap.js"></script>
17 <div class="grid-container">
18 <div id="source-code"></div>
19 <div>
20 <pre id="cst">
21 </pre>
22 </div>
23 </div>
24 <!-- button id="gen-cst">Generate CST</button -->
25 </body>
26</html>