-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (40 loc) · 1.97 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Random Generators Website Page 1</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script src="script.js"></script>
<div id="gameArea">
<h1> Random Generators Website Page 1</h1>
<div> <a href="pickupLines.html"> <button id="pickuplines"> Quriky Pickup lines </button></a>
<a href="randomCatFacts.html"><button id="catfacts"> Cat Facts</button></a>
<a href="colorAnimation.html"> <button id="colorAndAnimation"> Color, Text and Size </button></a>
</div>
<div>
<a href="dadjokes.html"> <button id="dadjokes"> Dad Jokes </button></a>
<a href="pizzaToppings.html"> <button id="pizzaToppings"> Pizza Toppings </button></a>
<a href="randomCompliments.html"> <button id="compliments"> Compliments </button></a>
</div>
<div>
<a href="randomBreakfast.html"> <button id="breakfast"> Breakfast for everyday of the week </button></a>
<a href="randomInsults.html"> <button id="insults"> Insults </button></a>
<a href="furniture.html"> <button id="furniture"> Furniture </button></a>
</div>
<div>
<a href="icecreamFlavors.html"> <button id="icecream"> IceCream Flavors </button></a>
<a href="emoji.html"> <button id="emoji"> Emojis </button></a>
</div>
<div>
<a href="sport.html"> <button id="summerOlympicSports"> Summer Olympic Sports </button></a>
<a href="winterOlympicSports.html"> <button id="winterOlympicSports"> Winter Olympic Sports </button></a>
<a href="summerYouthOlympicSports.html"> <button id="summerYouthOlympicSports"> Summer Youth Olympic Sports </button></a>
<a href="winterYouthOlympicSports.html"> <button id="winterYouthOlympicSports"> Winter Youth Olympic Sports </button></a>
</div>
<a href="index2.html"> <button id="nextPage"> Next Pages </button></a>
</div>
</body>
</html>