-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (37 loc) · 1.3 KB
/
Copy pathindex.html
File metadata and controls
52 lines (37 loc) · 1.3 KB
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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Ultimate Computer Wiki </title>
<link rel="stylesheet" href="css/style.css"
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h2><span class="highlight">Ultimate</span> Computer Wiki</h2>
</div>
<nav>
<ul>
<li class="current"><a href="index.html">About</a></li>
<li><a href="emulation.html">Emulation</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="learn.html">Learning</a></li>
<li><a href="programs.html">Programs</a></li>
<li><a href="websites.html">Websites</a></li>
</ul>
</nav>
</div>
</header>
<section id="showcase">
<div class = container>
</div>
</section>
<center>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Gnome-preferences-other.svg/768px-Gnome-preferences-other.svg.png">
<h2>This is the biggest list of useful programs, interesting websites, places to learn new things and free games.</h2>
</center>
<footer>
<p>Copyright © 2020 LostPizzaMan. All Rights Reserved</p>
</footer>
</body>
</html>