Skip to content

Commit

Permalink
web
Browse files Browse the repository at this point in the history
  • Loading branch information
Numax-cz committed Nov 6, 2020
0 parents commit d7458b9
Show file tree
Hide file tree
Showing 32 changed files with 2,399 additions and 0 deletions.
59 changes: 59 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/CSS/404.css">
<link rel="icon" href="favicon.png">
<meta charset="utf-8"/>
<title>HA! 404!</title>





<meta itemprop="name" content="Ha 404!">
<meta itemprop="image" content="https://napicu.cf/logo-meta.png">
<meta itemprop="description" content="HA 404 nechtěl bych být tebou!">


<meta property="og:url" content="https://napicu.cf/404.html">
<meta property="og:title" content="Ha 404!">
<meta property="og:description" content="HA 404 nechtěl bych být tebou!">
<meta property="og:site_name" content="Ha 404!">
<meta property="og:image" content="https://napicu.cf/logo-meta.png">


<meta name="msapplication-TileColor" content="#f39c12">
<meta name="theme-color" content="#f39c12">

<meta name="twitter:url" content="https://napicu.cf/404.html">
<meta name="twitter:title" content="Ha 404!">
<meta name="twitter:description" content="HA 404 nechtěl bych být tebou!">
<meta name="twitter:site_name" content="Ha 404!">
<meta name="twitter:image" content="https://napicu.cf/logo-meta.png">


</head>

<body>
<nav>
<div class="menu">
<h4><a href="https://napicu.cf/">Ahoj kamaráde!</a></h4>
</div>
</nav>
<div class="error">
<h1>¯\_(ツ)_/¯</h1>
<h1>HA! Nechtěl bych!</h1>
<h1>404!</h1>
<p>HA nechtěl bych být tebou!</p>
<a href="https://napicu.cf/">L</a>

</div>



<script src="./JS/L.js"></script>
</body>

</html>
59 changes: 59 additions & 0 deletions CSS/404.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto Mono', monospace;
background-color: #2c3033;
user-select: none;
}
nav{
user-select: none;
display: flex;
justify-content: space-around;
align-items: center;
min-height: 6vh;
background: #f39c12;
font-family: 'Roboto Mono', monospace;
}
nav a{
background: #f39c12;
}

.menu a{
text-shadow: 2px 2px black;
color: white;
text-transform: uppercase;
letter-spacing: 5px;
font-size: 4vh;
text-decoration: none;
}

.error{
width: 100%;
position: absolute;
top: 50vh;
transform: translateY(-50%);
text-align: center;
color: white;
}

.error h1{
font-size: 8vh;
margin: 0;
letter-spacing: 1vh;
}

.error a{
text-decoration: none;
background: #f39c12;
color: white;
padding: 1vh 10vh;
display: inline-block;
border-radius: 12vh;
margin-top: 1%;
}

.error a:hover{
background: #e74c3c;
transition: 0.5s;
}
Binary file added CSS/MMA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d7458b9

Please sign in to comment.