summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-10-04 16:53:25 -0700
committerElizabeth Hunt <me@liz.coffee>2025-10-04 16:53:25 -0700
commitc2503078307759860736b4467507abf1e68c326d (patch)
tree1c29e78c763abf312cfaa7e78edd9294cf28aa20 /index.html
downloadansicolor-c2503078307759860736b4467507abf1e68c326d.tar.gz
ansicolor-c2503078307759860736b4467507abf1e68c326d.zip
Initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..b8fd1a2
--- /dev/null
+++ b/index.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>ansicolor</title>
+ </head>
+ <body>
+ <div id="root"></div>
+ <script type="module" src="/src/main.tsx"></script>
+ </body>
+</html>