20 lines
612 B
HTML
20 lines
612 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="The official Sheepstar dashboard" />
|
|
<meta name="author" content="Sheepstar Team" />
|
|
<meta name="keywords" content="Sheepstar, Dashboard, Sheepstar Dashboard, Global, Discord, Bot, Discord Bot" />
|
|
|
|
<link rel="icon" href="/assets/images/logo128.png" />
|
|
|
|
<title>Sheepstar Dashboard</title>
|
|
</head>
|
|
<body>
|
|
<main id="root"></main>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|