-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patherror404.html
More file actions
executable file
·48 lines (35 loc) · 1.31 KB
/
error404.html
File metadata and controls
executable file
·48 lines (35 loc) · 1.31 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="minimum-scale=1.0, width=device-width, maximum-scale=1.0, user-scalable=no, initial-scale=1">
<link rel="icon" type="image/png" href="../../recources/faviction.png">
<title> Projects </title>
<script src = "../../menu.js"></script>
<link rel="stylesheet" type = "text/css" href = "../../stylesheet.css">
</head>
<body>
<div class = "sideLeft">
<header>
<a href="../../index.html"> <img src="../../recources/logo.png" alt="AUFAprojects" id="logo"></a>
</header>
<nav>
<input type="button" class="menuButton" value="Home" name="HomeButton" onClick="home()" id = "homeButton">
<input type="button" class="menuButton" value="Projects" name="ProjButton" onClick="proj()" id = "projButton">
<input type="button" class="menuButton" value="News" name="NewsButton" onClick="news()" id = "newsButton">
</nav>
</div>
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger"> </label>
<div class="site-wrap">
<article>
<div class = "boxed">
<h1> Error 404 </h1>
<h2>Page not found</h2>
</boxed>
</div>
<footer>
<p id = "copyright"> Copyright © Triengine</p>
</footer>
</div>
</body>
</html>