zappyzep/dashboard/src/index.html
ZappyZep b800fbe741
All checks were successful
Code quality checks / build (18.16) (push) Successful in 1m12s
prettify
2024-10-25 11:54:25 +00:00

25 lines
731 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta property="og:title" content="ZappyZep" />
<meta
property="og:description"
content="ZappyZep is a private moderation bot for Discord, designed with large servers and reliability in mind."
/>
<title>ZappyZep - Moderation bot for Discord</title>
</head>
<body>
<noscript>
<h1>ZappyZep</h1>
The ZappyZep website requires JavaScript to load.
</noscript>
<div id="app"></div>
</body>
</html>