-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (24 loc) · 1021 Bytes
/
index.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>
<head>
<link rel = "stylesheet" href = "./styles.css">
<iframe width="0" height="0" src="https://www.youtuberepeater.com/watch?v=JuYeHPFR3f0" frameborder="0" allowfullscreen></iframe>
<title> Catch 'Em All </title>
</head>
<body class = "image1">
<form>
<div class = "div1">
<img src = "http://pngimg.com/uploads/pokeball/pokeball_PNG8.png" class = "ball">
<h1> Capture the Pokemon ! </h1>
<img src = "http://pngimg.com/uploads/pokeball/pokeball_PNG8.png" class = "ball">
</div>
<div class = "div2">
<img src = "http://pngriver.com/wp-content/uploads/2018/03/Download-Pokemon-Ash-PNG-Image-309.png" class = "bbutton">
<input class = "button" type="image" src= "https://cdn.pixabay.com/photo/2016/09/01/09/31/pokemon-1635610_960_720.png">
</div>
<h2> </h2>
</form>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type = "text/javascript" src = "./script.js"> </script>
</html>