diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-10-04 17:37:22 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-10-04 17:37:22 -0700 |
| commit | 507c972ecafeceaf4f8962ad881f8fb50c9b86c1 (patch) | |
| tree | be89b29d1cb4924b70c32176c7c1f23dcaf65d85 /index.html | |
| parent | c2503078307759860736b4467507abf1e68c326d (diff) | |
| download | ansicolor-507c972ecafeceaf4f8962ad881f8fb50c9b86c1.tar.gz ansicolor-507c972ecafeceaf4f8962ad881f8fb50c9b86c1.zip | |
paste art
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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> |
