-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (79 loc) · 3.61 KB
/
index.html
File metadata and controls
84 lines (79 loc) · 3.61 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!doctype html>
<html>
<head>
<title>Топография</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- for monile -->
<meta name="description" content="Выбравшись из очередного данжа, партия подходит к небольшой деревеньке под названием...">
<meta name="Keywords" content="днд, dnd, d&d">
<link rel="stylesheet" type="text/css" href="css/style.css?v=0.2"><!-- include css styles -->
<link href="../_fonts/FortAwesome/css/font-awesome.min.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" /><!-- include icon for browser -->
<script type='text/javascript' src='js/jquery-1.11.3.min.js'></script><!-- jQuery -->
<script type='text/javascript' src='data/settlements.js?v=0.1'></script><!-- your script -->
<script type='text/javascript' src='js/street.js?v=0.2'></script><!-- your script -->
<link rel="canonical" href="https://tentaculus.ru/topography" />
<meta property="og:image" content="img/f1.jpg" />
<meta property="og:image" content="img/m_hr.jpg" />
<meta property="og:image" content="img/og.jpg" />
<meta property="og:image" content="img/m_sq.jpg" />
<meta property="og:title" content="Генератор названий поселений" />
<meta property="og:description" content="Выбравшись из очередного данжа, партия подходит к небольшой деревеньке под названием..." />
<!-- IE must understand HTML5: -->
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
<style>
article, aside, details, figcaption, figure, footer,header,
hgroup, menu, nav, section, div { display: block; }
</style>
</head>
<body>
<div id='panel'>
</div>
<div id='result'>
</div>
<div class='center_wrapper' id='info'>
<div class='content'>
<h1>Генератор названий городов</h1>
<p>
С помощью этого генератора можно получить названия городов и прочих населенных пунктов в разных стилях.
</p>
<p>
Код на гитхабе: <a href='https://github.com/Etignis/Topography'>https://github.com/Etignis/Topography</a>
</p>
<div>
</div>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter42911239 = new Ya.Metrika({
id:42911239,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true,
trackHash:true
});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = "https://mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/42911239" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>