Moved views around a bit

This commit is contained in:
YourFriendlyNeighborhoodDealer 2019-08-14 10:46:22 +02:00
parent da9c73b5cc
commit 0b5141e7d7
14 changed files with 12 additions and 12 deletions

25
views/shared/404.ejs Normal file
View file

@ -0,0 +1,25 @@
<html>
<body bgcolor="#212127">
<head>
<style>
body {
font: normal 14px Verdana;
color: #999999;
}
a {
color: #9999ff;
}
</style>
</head>
<center>
<h1>404</h1>
<iframe width="660" height="465" src="https://www.youtube-nocookie.com/embed/GOzwOeONBhQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
</body>
</html>