[#369] update 404.html
This commit is contained in:
parent
348e787111
commit
ad57ea6918
|
@ -1,3 +1,10 @@
|
|||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>404</title>
|
||||
<link href="/assets/new_application.css" media="screen" rel="stylesheet" type="text/css">
|
||||
<script cache="application" src="/assets/new_application.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<nav class='navbar navbar-inverse top_menu' role='navigation'>
|
||||
<div class='container-fluid'>
|
||||
<!-- Brand and toggle get grouped for better mobile display -->
|
||||
|
@ -36,9 +43,7 @@
|
|||
<noscript>
|
||||
<div style='font-size: 12px; color: red; font-weight: bold;'>Включите javascript для корректной работы сайта</div>
|
||||
</noscript>
|
||||
<article class="container-fluid offset20">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
<article >
|
||||
<div class="all error404">
|
||||
|
||||
<h1>Error <span>404</span></h1>
|
||||
|
@ -52,8 +57,6 @@
|
|||
<div class="both"></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<footer class='offset20'>
|
||||
|
@ -77,3 +80,4 @@
|
|||
<li><a href="http://abf-blog.rosalinux.ru">Блог ABF</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</body></html>
|
Loading…
Reference in New Issue