diff web/src/index.html @ 6:a4659594f2e5

add web page
author drewp@bigasterisk.com
date Sat, 06 Jul 2024 16:44:47 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/src/index.html	Sat Jul 06 16:44:47 2024 -0700
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>sco-bot search</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" type="text/css" media="screen" href="./main.css" />
+
+    <script type="module" src="./main.ts"></script>
+  </head>
+  <body class="sl-theme-light">
+    <sco-search-page></sco-search-page>
+  </body>
+</html>