-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 958 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>GG</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<a href="#" class="logo"><i style="font-family:'Comic Sans MS', cursive;">Game Generator</i></a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="developer.html">Developer</a></li>
</ul>
</header>
<section>
<img src="pexels-lucie-liz-3165335.jpg" id="mountains">
<h2 class="text"> Game Generator</h2>
<p class="slogan">Try something new</p>
<a href="generate.html" id="btn">Generate</a>
<footer class="footer">
<p>© Game Generator. All rights reserved.</p>
</footer>
</section>
</body>
</html>