mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
- 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
30 lines
491 B
HTML
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> |