Files
Pokemon-Type-Quiz/index.html
Tobias Nauen 7a56069058 add plausible
2026-03-18 08:46:57 +01:00

18 lines
458 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<script defer data-domain="poketypes.nauen-it.de" src="https://plausible.nauen-it.de/js/script.js"></script>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/Pokeball.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pokemon Type Quiz</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>