-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpokemon.html
29 lines (27 loc) · 1000 Bytes
/
pokemon.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>POKEMON</title>
<link rel="shortcut icon" href="favicon/favicon.ico">
<link rel="apple-toch-icon" sizes="180x180" href="favicon/apple-toch-icon.png">
<link rel="icon" type="image/png" href="favicon/favicon-32x32.png">
<meta name="theme-color" content="#fffffff">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="pokemon.css">
</head>
<body>
<img class="imgtitle" src="Pokemontitle.svg" alt="pokemon">
<div class="card-2">
<a href="index.html"> <button ><strong> ⬅ </strong></button></a>
<h3>YOUR POKEMON</h3>
<div id="c1" ></div>
<div class="result">
<h3></h3>
</div>
<div id="p1" ></div>
<button id="button" type='reset'>PLAY</button>
</div>
<script src="pokemon.js" charset="utf-8" type="text/javascript"></script>
</body>
</html>