-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
86 lines (63 loc) · 2.53 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="theme-color" content="#ffffff">
<title>404 Page not found | Mass Lab</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href='/css/bootstrap.min.css'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.0/css/all.css" integrity="sha384-Mmxa0mLqhmOeaE8vgOSbKacftZcsNYDjQzuCOm6D02luYSzBG8vpaOykv9lFQ51Y" crossorigin="anonymous">
<link rel="stylesheet" href='/css/style.css'>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</head>
<body>
<header id="header" class="clearfix">
<div class="container">
<div class="col-group">
<div class="site-name">
<a id="logo" href="https://utsasrg.github.io/">
<img id="logo-pic" src='/images/logo.png'>
<span id="logo-name"> Mass Lab @ UMASS Amherst </span>
</a>
</div>
<div>
<nav id="nav-menu" class="clearfix">
<a href="https://utsasrg.github.io/"
title="Home">Home</a>
<a href="https://utsasrg.github.io/news/"
title="News">News</a>
<a href="https://utsasrg.github.io/people/"
title="People">People</a>
<a href="https://utsasrg.github.io/publications/"
title="Publications">Publications</a>
</nav>
</div>
</div>
<hr/>
</div>
</header>
<div id="body">
<div class="container">
<div class="col-group">
<div style="width: max-content; margin: auto;">
404: File not found. Are you lost?
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<hr />
Copyright 2022
<a href="https://utsasrg.github.io/">Mass Lab</a>.
All rights reserved.
</div>
</footer>
</body>
</html>