diff options
author | elioat <hi@eli.li> | 2024-03-06 13:17:05 -0500 |
---|---|---|
committer | elioat <hi@eli.li> | 2024-03-06 13:17:05 -0500 |
commit | 2cf613dd027eccbfd5cb9cf0daabd6b6e2fa67f9 (patch) | |
tree | 5384ae6cd6e66a60e2367bd543946467a94e4a79 /js/toy-llm/index.html | |
parent | 82441bcfd21efcd2f2b1ce7964b0401996fc0551 (diff) | |
download | tour-2cf613dd027eccbfd5cb9cf0daabd6b6e2fa67f9.tar.gz |
*
Diffstat (limited to 'js/toy-llm/index.html')
-rw-r--r-- | js/toy-llm/index.html | 12 |
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 |