Skip to content
Snippets Groups Projects

Add 404 page

Merged David Hoese requested to merge davidh/MetObsSite:feature-404 into develop
1 file
+ 35
0
Compare changes
  • Side-by-side
  • Inline
+ 35
0
<head>
<meta name="charset" charset="utf-8">
<meta name="ie-edge" http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="tags" content="404" />
<meta name="date" content="2020-04-03" />
<meta name="template" content="page" />
<meta name="url" content="" />
<meta name="save_as" content="404.html" />
<meta name="category" content="404" />
<meta name="summary" content="Not Found (404) - RAIN | SSEC @ UW-Madison" />
<title>RAIN | SSEC @ UW-Madison | Not Found</title>
</head>
<body>
<div class="message">
<div class="container">
<div class="row">
<div class="col text-center h3">
The requested page could not be located.
</div>
</div>
<div class="row">
<div class="col text-center h4">
This website was updated in
early 2020 and a lot of pages have been moved around. Please use the
navigation bar at the top to explore the new website.
</div>
</div>
</div>
</div>
</body>
Loading