forked from Tyrannofloresrex/PokeBatEx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (36 loc) · 1.83 KB
/
index.html
File metadata and controls
40 lines (36 loc) · 1.83 KB
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
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pokémon Battle Experience</title>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="https://unpkg.com/nes.css/css/nes.css" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/style.css">
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
</head>
<body class="nes-container with-title is-centered">
<marquee behavior="scroll" direction="left" class="banner"><span><i class="nes-pokeball"></i></span>
<font size="12"> Gotta Catch 'Em All! </font><span><i class="nes-pokeball"></i></span>
</marquee>
<div class="nes-container with-title is-centered" id="test">
<div class="nes-container with-title is-centered" id="content">
<div class="nes-container with-title is-centered" id="container">
<p class="title is-rounded">Pokémon Battle Experience</p>
<p class="one">Click <span style="font-style: italic;">"Start!"</span> to begin catching Pokémon!</p>
<p class="one">Click <span style="font-style: italic;">"Gallery"</span> to view caught Pokémon!</p>
<a class="nes-btn" href="battle-win.html">Start!</a>
<a class="nes-btn is-primary" href="gallery.html" id="gallery-button">Gallery</a>
</div>
<!-- <div class="audio">
<audio controls autoplay>
<source src= "assets/audio/101-opening.mp3" type="audio/mp3">
</audio>
</div> -->
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.js" integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
crossorigin="anonymous"></script>
</body>
</html>