web version

This commit is contained in:
Theo Browne
2026-02-19 22:46:41 -08:00
parent f577126081
commit bca390ae75
9 changed files with 1077 additions and 419 deletions

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Quipslop — AI vs AI Comedy Showdown</title>
<link rel="stylesheet" href="./frontend.css" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./frontend.tsx"></script>
</body>
</html>