mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Initial commit
This commit is contained in:
commit
b42bfeae23
10 changed files with 704 additions and 0 deletions
17
views/404.ejs
Normal file
17
views/404.ejs
Normal file
|
@ -0,0 +1,17 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue