Initial commit

This commit is contained in:
2023-12-02 11:49:17 +01:00
commit 4ba47a9999
10 changed files with 5249 additions and 0 deletions

13
src/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>stream.t-juice.club</title>
<script src="./js/app.tsx" type="module"></script>
<link rel="stylesheet" href="./css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="app" />
</body>
</html>