Forgot some spaces here and there

This commit is contained in:
Pitu 2017-10-03 21:14:37 -03:00
parent 702075b66d
commit f5d0d7271a
3 changed files with 78 additions and 79 deletions

View File

@ -1,47 +1,47 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>loli-safe</title> <title>loli-safe</title>
<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<style> <style>
html, body { html, body {
height: 100%; height: 100%;
} }
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
width: 100%; width: 100%;
color: #B0BEC5; color: #B0BEC5;
display: table; display: table;
font-weight: 100; font-weight: 100;
font-family: 'Lato'; font-family: 'Lato';
} }
.container { .container {
text-align: center; text-align: center;
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
} }
.content { .content {
text-align: center; text-align: center;
display: inline-block; display: inline-block;
} }
.title { .title {
font-size: 72px; font-size: 72px;
margin-bottom: 40px; margin-bottom: 40px;
} }
</style> </style>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<div class="content"> <div class="content">
<div class="title">Page not found.</div> <div class="title">Page not found.</div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,47 +1,47 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>loli-safe</title> <title>loli-safe</title>
<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<style> <style>
html, body { html, body {
height: 100%; height: 100%;
} }
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
width: 100%; width: 100%;
color: #B0BEC5; color: #B0BEC5;
display: table; display: table;
font-weight: 100; font-weight: 100;
font-family: 'Lato'; font-family: 'Lato';
} }
.container { .container {
text-align: center; text-align: center;
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
} }
.content { .content {
text-align: center; text-align: center;
display: inline-block; display: inline-block;
} }
.title { .title {
font-size: 72px; font-size: 72px;
margin-bottom: 40px; margin-bottom: 40px;
} }
</style> </style>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<div class="content"> <div class="content">
<div class="title">Internal server error.</div> <div class="title">Internal server error.</div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View File

@ -36,7 +36,6 @@
<link rel="stylesheet" type="text/css" href="/css/style.css"> <link rel="stylesheet" type="text/css" href="/css/style.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.15.3/axios.min.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.15.3/axios.min.js"></script>
<!-- <script type="text/javascript" src="/js/album.js"></script> -->
</head> </head>
<body> <body>