mrfrys-node-server/views/shared/404.ejs
2020-01-22 17:16:11 +01:00

25 lines
440 B
Text
Executable file

<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>