summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>