feature: Initial commit

This commit is contained in:
Keith Solomon
2025-09-24 12:27:25 -05:00
commit d512b1351e
10 changed files with 1498 additions and 0 deletions

12
public/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./output.css" rel="stylesheet">
<title>AI Fantasy NFL</title>
</head>
<body>
<h1 class="text-3xl font-bold underline">Hello world!</h1>
</body>
</html>