Mercurial > code > home > repos > sco-bot
comparison web/src/index.html @ 6:a4659594f2e5
add web page
author | drewp@bigasterisk.com |
---|---|
date | Sat, 06 Jul 2024 16:44:47 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
5:0d520a077228 | 6:a4659594f2e5 |
---|---|
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> |