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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
a4659594f2e5 add web page
drewp@bigasterisk.com
parents:
diff changeset
1 <!DOCTYPE html>
a4659594f2e5 add web page
drewp@bigasterisk.com
parents:
diff changeset
2 <html>
a4659594f2e5 add web page
drewp@bigasterisk.com
parents:
diff changeset
3 <head>
a4659594f2e5 add web page
drewp@bigasterisk.com
parents:
diff changeset
4 <title>sco-bot search</title>
a4659594f2e5 add web page
drewp@bigasterisk.com
parents:
diff changeset
5 <meta name="viewport" content="width=device-width, initial-scale=1">
a4659594f2e5 add web page
drewp@bigasterisk.com
parents:
diff changeset
6 <link rel="stylesheet" type="text/css" media="screen" href="./main.css" />
a4659594f2e5 add web page
drewp@bigasterisk.com
parents:
diff changeset
7
a4659594f2e5 add web page
drewp@bigasterisk.com
parents:
diff changeset
8 <script type="module" src="./main.ts"></script>
a4659594f2e5 add web page
drewp@bigasterisk.com
parents:
diff changeset
9 </head>
a4659594f2e5 add web page
drewp@bigasterisk.com
parents:
diff changeset
10 <body class="sl-theme-light">
a4659594f2e5 add web page
drewp@bigasterisk.com
parents:
diff changeset
11 <sco-search-page></sco-search-page>
a4659594f2e5 add web page
drewp@bigasterisk.com
parents:
diff changeset
12 </body>
a4659594f2e5 add web page
drewp@bigasterisk.com
parents:
diff changeset
13 </html>