15 lines
442 B
HTML
15 lines
442 B
HTML
|
<!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>
|