annotate web/src/index.html @ 15:6ed25bcaaf1f
add prefect and rebuild flow to k8s
author |
drewp@bigasterisk.com |
date |
Fri, 19 Jul 2024 00:30:47 -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>
|