New 404 and login page

This commit is contained in:
mrfry 2021-04-21 16:13:58 +02:00
parent 14df2ed3e6
commit c40fb4ca14
3 changed files with 101 additions and 61 deletions

View file

@ -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="/">&#171;&#171; Visszatérés a főoldalra</a>
</body>
</html>