-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (116 loc) · 5.58 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pokemon Battle Selector</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel="icon" href="/images/pokeball.png">
<link rel="stylesheet" href="/index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bungee&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-dark bg-dark">
<div class="container-fluid">
<span class="navbar-brand mb-0 h1">Pokemon Battle Selector</span>
</div>
</nav>
<div class="container">
<h1>Pokemon Battle Selector</h1>
<p>Select the type of Pokemon you are battling against</p>
<div class="row">
<div class="col-md-6">
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="bug" value="bug">
<label class="form-check-label" for="dark">Bug</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="dark" value="dark">
<label class="form-check-label" for="dark">Dark</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="dragon" value="dragon">
<label class="form-check-label" for="dark">Dragon</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="electric" value="electric">
<label class="form-check-label" for="dark">Electric</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="fairy" value="fairy">
<label class="form-check-label" for="dark">Fairy</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="fighting" value="fighting">
<label class="form-check-label" for="dark">Fighting</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="fire" value="fire">
<label class="form-check-label" for="dark">Fire</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="flying" value="flying">
<label class="form-check-label" for="dark">Flying</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="ghost" value="ghost">
<label class="form-check-label" for="dark">Ghost</label>
</div>
</div>
<div class="col-md-6">
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="grass" value="grass">
<label class="form-check-label" for="dark">Grass</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="ground" value="ground">
<label class="form-check-label" for="dark">Ground</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="ice" value="ice">
<label class="form-check-label" for="dark">Ice</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="normal" value="normal">
<label class="form-check-label" for="dark">Normal</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="poison" value="poison">
<label class="form-check-label" for="dark">Poison</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="psychic" value="psychic">
<label class="form-check-label" for="dark">Psychic</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="rock" value="rock">
<label class="form-check-label" for="dark">Rock</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="steel" value="steel">
<label class="form-check-label" for="dark">Steel</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="type" id="water" value="water">
<label class="form-check-label" for="dark">Water</label>
</div>
</div>
</div>
<div class="d-grid gap-2 col-2 mx-auto">
<input class="btn btn-primary" type="submit" value="Submit">
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js"
integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.min.js"
integrity="sha384-ODmDIVzN+pFdexxHEHFBQH3/9/vQ9uori45z4JjnFsRydbmQbmL5t1tQ0culUzyK"
crossorigin="anonymous"></script>
</body>
</html>