Skip to content

Commit 099f32d

Browse files
authored
Merge pull request #4 from linuxunil/pokedex
Pokedex
2 parents c4e3a36 + 37287d9 commit 099f32d

14 files changed

+2588
-316
lines changed

Diff for: index.html

-11
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@
22
<html lang="en" data-bs-theme="dark">
33
<head>
44
<meta charset="UTF-8" />
5-
<link
6-
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
7-
rel="stylesheet"
8-
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
9-
crossorigin="anonymous"
10-
/>
11-
<script
12-
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
13-
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
14-
crossorigin="anonymous"
15-
></script>
165
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
176
<title>Pokemon Memory Game</title>
187
</head>

0 commit comments

Comments
 (0)