Upload 2 files
Browse files- bundle.js +0 -0
- index.html +8 -0
bundle.js
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
index.html
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<head>
|
| 2 |
+
<script src="./bundle.js"></script>
|
| 3 |
+
<body style="background-image: url('background.png'); background-size: contain;">
|
| 4 |
+
|
| 5 |
+
</head>
|
| 6 |
+
<body>
|
| 7 |
+
<llm-chat></llm-chat>
|
| 8 |
+
</body>
|