Mercurial > code > home > repos > sco-bot
annotate web/src/index.html @ 18:a527228aa353 default tip
prefect use postgres
author | drewp@bigasterisk.com |
---|---|
date | Fri, 19 Jul 2024 21:01:09 -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> |