-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (48 loc) · 1.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="This is where your description goes">
<meta name="keywords" content="one, two, three">
<title>Title in the tab</title>
<!-- external CSS link -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div>
<section>
<h1>Anime Waifu Picture</h1>
</section>
<section>
<input type="checkbox" id="maid" name="tag1" value="maid">
<label for="vehicle1"> Maid</label>
<input type="checkbox" id="waifu" name="tag2" value="waifu">
<label for="vehicle2"> Waifu</label>
<input type="checkbox" id="marin-kitagawa" name="tag3" value="marin-kitagawa">
<label for="vehicle3"> Marin Kitagawa</label>
<input type="checkbox" id="mori-calliope" name="tag4" value="mori-calliope">
<label for="vehicle1"> Mori Calliope</label>
<input type="checkbox" id="raiden-shogun" name="tag5" value="raiden-shogun">
<label for="vehicle2"> Raiden Shogun</label>
<input type="checkbox" id="oppai" name="tag6" value="oppai">
<label for="vehicle3"> Oppai</label>
<input type="checkbox" id="selfies" name="tag7" value="selfies">
<label for="vehicle1"> Selfies</label>
<input type="checkbox" id="Uniform" name="tag8" value="Uniform">
<label for="vehicle2"> Uniform</label>
<input type="checkbox" id="random" name="tag9" value="random">
<label for="vehicle3"> Random</label>
</section>
<section>
<button type="button" name="button">Get Picture</button>
</section>
<img src="https://cdn.waifu.im/160.jpeg" alt="">
</div>
<section class="footer">
<h2>Tag: </h2>
<h3>Original Source:<a href=""><span id="link-source"></span></a></h3>
</section>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>