WMU-Iclub-Website/jekyll-backend-site/404.html
Unknown 1d34369051 Added jekyll backend
This folder /jekyll-backend-site/ will be where the redesigned webpage will be. Will be made to look like the other site and has much usability in the future. For the docs start here https://jekyllrb.com/docs/quickstart/  This will show people how to use the jekyll backend after I graduate.
2017-09-26 08:45:03 -04:00

24 lines
398 B
HTML

---
layout: default
---
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>