Compare commits
2 Commits
a2cd911e97
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a56069058 | ||
|
|
6981a29117 |
@@ -1,9 +1,9 @@
|
||||
# Pokémon Type Quiz
|
||||
|
||||
[](https://poketypes.nauen-it.de/)
|
||||
[](https://poketypes.nauen-it.de/)
|
||||
[](https://www.typescriptlang.org/)
|
||||
[](https://en.wikipedia.org/wiki/Keyboard)
|
||||
[](#)
|
||||
[](https://en.wikipedia.org/wiki/Keyboard)
|
||||
[](#)
|
||||
|
||||
A fast, keyboard-driven quiz to master Pokémon type effectiveness.
|
||||
|
||||
|
||||
24
index.html
24
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user