mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
New 404 and login page
This commit is contained in:
parent
14df2ed3e6
commit
c40fb4ca14
3 changed files with 101 additions and 61 deletions
|
@ -1,25 +1,46 @@
|
|||
<html>
|
||||
|
||||
<body bgcolor="#212127">
|
||||
<body bgcolor="#222426">
|
||||
|
||||
<head>
|
||||
<title>Nem található - Qmining | Frylabs.net</title>
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Kameron&family=Overpass+Mono:wght@300;400&display=swap');
|
||||
body {
|
||||
font: normal 14px Verdana;
|
||||
text-align: center;
|
||||
font-family: 'Kameron', serif;
|
||||
font-family: 'Overpass Mono', monospace;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #9999ff;
|
||||
h2 {
|
||||
margin-bottom: 0px;
|
||||
padding-top: 40px;
|
||||
font-size: 75px;
|
||||
}
|
||||
p {
|
||||
font-size: 25px;
|
||||
}
|
||||
a, a:visited {
|
||||
text-decoration: none;
|
||||
font-size: 14px;
|
||||
color: inherit;
|
||||
}
|
||||
a:hover {
|
||||
color: white;
|
||||
}
|
||||
img {
|
||||
width: 30%;
|
||||
padding-top: 35px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<h2>Oops...</h2>
|
||||
<center>
|
||||
<h1>404</h1>
|
||||
|
||||
<iframe width="660" height="465" src="https://www.youtube-nocookie.com/embed/SjfspM5sDIA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<img src="/img/frylabs-404-cut.jpg" alt="FryLabs 404">
|
||||
</center>
|
||||
<p>Az oldal, amit kerestél úgy tűnik, hogy nem létezik!</p>
|
||||
<a href="/">«« Visszatérés a főoldalra</a>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue