-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
executable file
·45 lines (34 loc) · 1.15 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
---
permalink: /404.html
---
<html>
<head><title>EX-CHANGE 2020 | Oops...</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://fonts.googleapis.com/css2?family=Encode+Sans+Semi+Expanded:wght@400;700&display=swap" rel="stylesheet">
<script src="scripts/behavior.js"></script>
<style>
body {
background-color:#ffffff;color:#696969;
font-family:'Encode Sans Semi Expanded',sans-serif;font-size:16px;font-weight:400;
width: 80%;
max-width: 800;
margin-left: auto;
margin-right: auto;}
.glitch {
margin:0;}
.glitch img {height:auto;width:100%; max-width:800;}
footer{
font-size:.8em;text-align:center;
}
</style>
</head>
<body
onLoad="MM_preloadImages('images/h.gif')">
<div>
<div id="error" class="glitch" >
<a href="spaces/entry.html"><img src="404/error404.gif" id="404" alt="404 error" onMouseOver="MM_swapImage('404','','404//error404_hover.jpg',1)" onMouseOut="MM_swapImgRestore()"></a>
</div>
</div>
</body>
<footer>© 2020 Carnegie Mellon University School of Architecture | All Rights Reserved</footer>
</html>