-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (20 loc) · 963 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="author" content="Donatto" />
<meta name="copyright" content="Donatto" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="keywords" content="discord bot toxicdoll tos music math lockerg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="ToxicDoll | La mejor comunidad la creas tu" />
<meta name="description" content="Una comunidad amigable, sociable, sin problemas y con mucha diversión es posible conmigo!. Una herramienta totalmente libre y configurable para tus necesidades." />
<link rel="shortcut icon" href="./lockerg.ico" type="image/x-icon">
<title>ToxicDoll | Multifunciones en tu servidor</title>
</head>
<body>
<div id="botPortal"></div>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>