-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (48 loc) · 1.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Locksmxth5x's Games</title>
<link rel="icon" href="/images/favicon.svg">
<link rel="stylesheet" type="text/css" href="./style.css" />
</head>
<body>
<div id="nav">
<h2>Game Sites</h2>
<nav>
<a href="/">Home</a>
<a rel="noopener" href="https://reiningecho90.github.io/secondRepo/" target="_blank">Yex</a>
<a rel="noopener" href="https://reiningecho90.github.io/5Repo/" target="_blank">Native</a>
<a rel="noopener" href="https://reiningecho90.github.io/seventhRepo/" target="_blank">Project-Hub</a>
</nav>
</div>
<div id="hero">
<div class="hero-content">
<h1>Welcome!</h1>
<h4>If you wish to find the game sites, they're above in the navigation bar!</h4>
</div>
</div>
<div class="more-info more-info-section-1">
<a rel="noopener" href="https://reiningecho90.github.io/secondRepo/"><img alt="yex" src="images/yex.png"></a>
<h3>secondRepo</h3>
<h1>Yex's Games</h1>
<p>
Thanks to Yex for crafting this beautiful <br />
game website. This website provides quite <br />
a bit of games, and I ensure that my fork of <br />
Yex's website is up-to-date with his own repo.
</p>
</div>
<div class="more-info more-info-section-2">
<a href="https://reiningecho90.github.io/5Repo"><img alt="odd" src="images/odd.png"></a>
<h3>fourthRepo</h3>
<h1>Odd Games</h1>
<p>
This one is my personal favorite, and features <br />
a TON of games. Seriously, go check it out! I don't <br />
know the original creator, but I guess ask Izusucks...
</p>
</div>
</body>
</html>