Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Australiec committed Jul 15, 2024
1 parent 8bb6bb4 commit e227bc9
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<div id="main">
<div class="fof">
<h1>404: Проверьте правильность ссылки</h1>
</div>
</div>
<head>
<style>
{
transition: all 0.6s;
}

html {
height: 100%;
}

body{
font-family: 'Lato', sans-serif;
color: #888;
margin: 0;
}

#main{
display: table;
width: 100%;
height: 100vh;
text-align: center;
}

.fof{
display: table-cell;
vertical-align: middle;
}

.fof h1{
font-size: 50px;
display: inline-block;
padding-right: 12px;
animation: type .5s alternate infinite;
}

@keyframes type{
from{box-shadow: inset -3px 0px 0px #888;}
to{box-shadow: inset -3px 0px 0px transparent;}
}
</style>
</head>

0 comments on commit e227bc9

Please sign in to comment.