This repository was archived by the owner on Aug 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
54 lines (49 loc) · 3.07 KB
/
404.html
File metadata and controls
54 lines (49 loc) · 3.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<!--Language: Russian-->
<!--Приветствую тебя, о благородный витязь. Отрадно, что ты заглянуть сюда решил! Тут с кодом дело обстоит не так уж плохо.-->
<html lang="ru">
<head>
<title>Фохроер - Страница-оберег</title>
<!-- На этой странице НЕТ ПОДВАЛА И МЕНЮ! -->
<!-- Метан -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!-- Набор символов -->
<meta name="description" content="Фохроер - Страница 404"> <!-- Описание страницы -->
<meta name="keywords" content="фохроер,404,ошибка,на главную,картины,музыка,созидание"> <!-- Ключевые слова -->
<meta name="author" content="Fohroer"> <!-- Имя автора -->
<meta name="generator" content="Static page" /> <!-- Оставлю это для статистики -->
<!--<link rel="icon" href="../favicon.ico"> простой код значка сайта -->
<!-- ICO браузеры -->
<link rel="icon" href="../images/favicons/favicon-16.ico" type="image/x-icon">
<link rel="icon" href="../images/favicons/favicon-32.ico" type="image/vnd.microsoft.icon">
<link rel="icon" href="../images/favicons/favicon-48.ico" type="image/vnd.microsoft.icon">
<!-- PNG Apple -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../images/favicons/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../images/favicons/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../images/favicons/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../images/favicons/apple-touch-icon-57-precomposed.png">
<!-- PNG значок сайта -->
<link rel="shortcut icon" href="../images/favicons/favicon.png">
<link rel="stylesheet" href="../style.css" type="text/css"> <!-- Ссылка на каскадные таблицы стилей сайта -->
<!-- ***<<<Подключения скриптов>>>*** -->
<!-- Подключить бибиотеку jQuery (production версия) -->
<script src="../js/jquery-2.2.1.min.js"></script>
<!-- Скрипт загрузки блоков (использует JQuery) -->
<script>
$("documend").ready(function(){
$("#slogan").load("../blocks/slogan.html"); <!-- Слоган сайта -->
$("#metrika").load("../blocks/metrika.html"); <!-- Яндекс.Метрика -->
});
</script>
<!-- HTML5Shiv для осла -->
<!--[if lt IE 9]>
<script src="/js/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<div id="content">
<div id="slogan"></div>
<div align="center" height="25" valign="top"> <a href="http://фохроер.рф/index.html"><img src="/images/theme/pulsar.png" alt="Пульсар 404" width="730" height="1000"></img></a></div><!-- Пульсар -->
<div id='metrika'></div><!-- Яндекс.Метрика -->
<div id='cbox'></div><!-- Болтушка -->
</body>
</html>