Website/index.html

26 lines
937 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sheepstar</title>
<meta name="title" content="Sheepstar" />
<meta name="description" content="Upgrade your discord server by using Sheepstar." />
<meta name="theme-color" content="#4C3DE1">
<meta property="og:title" content="Sheepstar" />
<meta property="og:image" content="/images/banner.png" />
<meta property="og:description" content="Upgrade your discord server by using Sheepstar." />
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" type="image/png" href="/images/logo192.png" />
<link rel="apple-touch-icon" href="/images/logo128.png" />
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>