about summary refs log tree commit diff stats
path: root/js/toy-llm/index.html
diff options
context:
space:
mode:
authorelioat <hi@eli.li>2024-03-06 13:17:05 -0500
committerelioat <hi@eli.li>2024-03-06 13:17:05 -0500
commit2cf613dd027eccbfd5cb9cf0daabd6b6e2fa67f9 (patch)
tree5384ae6cd6e66a60e2367bd543946467a94e4a79 /js/toy-llm/index.html
parent82441bcfd21efcd2f2b1ce7964b0401996fc0551 (diff)
downloadtour-2cf613dd027eccbfd5cb9cf0daabd6b6e2fa67f9.tar.gz
*
Diffstat (limited to 'js/toy-llm/index.html')
-rw-r--r--js/toy-llm/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/js/toy-llm/index.html b/js/toy-llm/index.html
new file mode 100644
index 0000000..beffcf6
--- /dev/null
+++ b/js/toy-llm/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>toy llm</title>
+    <script src="app.js"></script>
+</head>
+<body>
+    <h1>toy llm</h1>
+</body>
+</html>
\ No newline at end of file