EyeTrackVR-Docs/docs/404.html
ZanzyTHEbar 6474c04296 update
- Add Alter SASS styles
- added example for Warning alert to home-page
- replaced Important alert with Warning alert
- Started to create template for FAQ so it is easier to maintain.
- Did some TLC to some misc files
2022-06-03 17:22:32 +02:00

30 lines
491 B
HTML

---
layout: default
title: 404
nav_exclude: true
search_exclude: true
has_children: false
permalink: /404.html
---
<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>