-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (18 loc) · 764 Bytes
/
index.html
File metadata and controls
24 lines (18 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Play Who's That Pokemon">
<meta name="keywords" content="pokemon">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<title>Play Who's That Pokemon</title>
<!-- external CSS link -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1 class="tracking-in-expand-fwd-top start">Who's<br>That<br>Pokemon?</h1>
<h2 class="tracking-in-expand-fwd-top">Original<br>151 Pokemon</h2>
<button class="but pulsate-fwd" type="button" name="button"><a href="main.html">START GAME</a></button>
</body>
</html>