-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·58 lines (54 loc) · 1.92 KB
/
404.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
<!DOCTYPE html>
<html lang="en-US">
<link rel="shortcut icon" type="image/jpg" href="img/icons/logo.png"/>
<head>
<title>MacOS Tiger: PowerPC Resources</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<nav>
<div class="nav-container flex-center">
<ul class="header-nav">
<li class="nav-items-0 logo">
<a href="#">
<img src="img/icons/logo.png" alt="apple logo">
</a>
</li>
<li class="nav-items"><a href="#">Download</a></li>
<li class="nav-items"><a href="compatibility.html">Compatibility</a></li>
</ul>
<div class="search-container flex-center">
<label>
<input type="text" class="search" readonly>
</label>
</div>
</div>
</nav>
<main class="container">
<div class="welcome flex-center">
<div class="background-img-text">
<span class="text-bg">404</span>
<span class="text-nm"><a href="index.html">Home</a></span>
</div>
</div>
<footer class="container">
<div class="footer-container">
<div class="footer-left">
We are not affiliated with Apple Inc. Apple owns the MacOS X 10.4 Tiger Operating System & all icons within.<br> This is a theme. We stand to gain no financial benefit from it.
</div>
<div class="footer-right">
<ul class="footer-nav">
<li class="footer-nav-item-0 flex-center"><a href="compatibility.html">Compatibility</a></li>
<li class="footer-nav-item flex-center"><a href="gallery.html">Gallery</a></li>
<li class="footer-nav-item flex-center"><a href="#">Download</a></li>
<li class="footer-nav-item flex-center"><img src="img/icons/uk-flag.png" alt="u.k flag"></li>
<br><li class="footer-nav-item flex-center">Hosted on GitHub Pages</li>
</ul>
</div>
</div>
</footer>
</body>
</html>