Mercurial > code > home > repos > sco-bot
annotate web/src/index.html @ 8:f23b21bd0fce
apex search
author | drewp@bigasterisk.com |
---|---|
date | Sun, 07 Jul 2024 16:26:56 -0700 |
parents | a4659594f2e5 |
children |
rev | line source |
---|---|
6 | 1 <!DOCTYPE html> |
2 <html> | |
3 <head> | |
4 <title>sco-bot search</title> | |
5 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
6 <link rel="stylesheet" type="text/css" media="screen" href="./main.css" /> | |
7 | |
8 <script type="module" src="./main.ts"></script> | |
9 </head> | |
10 <body class="sl-theme-light"> | |
11 <sco-search-page></sco-search-page> | |
12 </body> | |
13 </html> |