Compare commits

...

2 Commits

Author SHA1 Message Date
Tobias Nauen
7a56069058 add plausible 2026-03-18 08:46:57 +01:00
Tobias Christian Nauen
6981a29117 fix the badges 2026-03-10 12:13:41 +01:00
2 changed files with 17 additions and 13 deletions

View File

@@ -1,9 +1,9 @@
# Pokémon Type Quiz
[![Website](https://img.shields.io/badge/Website-poketypes.nauen--it.de-2a2a2a?style=for-the-badge&logo=gamepad&logoColor=white)](https://poketypes.nauen-it.de/)
[![Website](https://img.shields.io/badge/Website-poketypes.nauen--it.de-2a2a2a?style=for-the-badge)](https://poketypes.nauen-it.de/)
[![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
[![Keyboard%20Driven](https://img.shields.io/badge/Keyboard-Driven-FF6B6B?style=for-the-badge&logo=keyboard&logoColor=white)](https://en.wikipedia.org/wiki/Keyboard)
[![local storage](https://img.shields.io/badge/Persistent%20Progress-4CAF50?style=for-the-badge&logo=save&logoColor=white)](#)
[![Keyboard%20Driven](https://img.shields.io/badge/Keyboard%20Driven-FF6B6B?style=for-the-badge)](https://en.wikipedia.org/wiki/Keyboard)
[![local storage](https://img.shields.io/badge/Persistent%20Progress-4CAF50?style=for-the-badge)](#)
A fast, keyboard-driven quiz to master Pokémon type effectiveness.

View File

@@ -1,13 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<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>
<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>