Initial commit

This commit is contained in:
Dunemask 2023-03-05 14:16:12 -05:00
commit 11d8229eb5
8 changed files with 1914 additions and 0 deletions

14
index.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Minecraft Servers in Kubernetes" />
<title>Minecluster</title>
</head>
<body>
<noscript>You need to enable JavaScript to run Minecluster</noscript>
<div id="mcl"></div>
<script type="module" src="/src/App.jsx"></script>
</body>
</html>