summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-10-04 17:37:22 -0700
committerElizabeth Hunt <me@liz.coffee>2025-10-04 17:37:22 -0700
commit507c972ecafeceaf4f8962ad881f8fb50c9b86c1 (patch)
treebe89b29d1cb4924b70c32176c7c1f23dcaf65d85 /index.html
parentc2503078307759860736b4467507abf1e68c326d (diff)
downloadansicolor-507c972ecafeceaf4f8962ad881f8fb50c9b86c1.tar.gz
ansicolor-507c972ecafeceaf4f8962ad881f8fb50c9b86c1.zip
paste art
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/index.html b/index.html
index b8fd1a2..da18db3 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,13 @@
<title>ansicolor</title>
</head>
<body>
- <div id="root"></div>
+ <header>
+ <h1 class="bright2">## ansicolor</h1>
+ <hr />
+ </header>
+ <main>
+ <div id="root" style="display:flex; align-items: center; justify-content: center; height: 100%;"></div>
+ </main>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>