-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (58 loc) · 4.58 KB
/
index.html
File metadata and controls
77 lines (58 loc) · 4.58 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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Diablo 3 Генератор предметов</title>
<meta name="description" content="Диабло 3 Генератор предметов Diablo 3 Names Generator">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<style type="text/css">body {padding-top: 60px;padding-bottom: 40px;}</style>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="fonts/diablo.css">
<link rel="stylesheet" href="css/main.css">
<link rel="image_src" href="http://d3name.ru/img/d3.jpg">
<!--[if lt IE 9]>
<script src="js/vendor/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<!-- <a href="https://github.com/nerevar/d3namegen" class="b-ribbon"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">Diablo 3 Генератор названий предметов</a>
<!--LiveInternet counter--><script type="text/javascript">document.write("<a href='http://www.liveinternet.ru/stat/d3name.ru/' class='pull-right b-stats-link' target=_blank><img src='//counter.yadro.ru/hit?t24.1;r" + escape(document.referrer) + ((typeof(screen)=="undefined")?"":";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?screen.colorDepth:screen.pixelDepth)) + ";u" + escape(document.URL) +";h"+escape(document.title.substring(0,80)) + ";" + Math.random() + "' border=0 width=88 height=15 alt='' title='LiveInternet: number of visitors for today is shown'><\/a>")</script><!--/LiveInternet-->
</div>
</div>
</div>
<div class="container">
<div class="b-generate__wrap">
<a class="ui-button d3button" href=""><span><span>Создать</span></span></a>
<div class="b-share">
<div class="b-share__button_type_twitter"></div>
<div class="b-share__button_type_vk"></div>
</div>
</div>
<hr>
<div class="b-item"></div>
<div class="b-copyright">By <a href="http://nerevar.com">Nerevar</a> and <a href="http://eu.battle.net/d3/ru/profile/nozober-2592/career">Mell</a>, last dictionary update 07.09.2014</div>
</div>
<script src="js/vendor/jquery-1.8.2.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/history.js"></script>
<script src="js/vendor/history.adapter.jquery.js"></script>
<script src="js/vendor/history.html4.js"></script>
<!-- Twitter --><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<!-- VK --><script type="text/javascript" src="http://vk.com/js/api/share.js?9" charset="utf-8"></script>
<script src="js/dict.js?rnd=1"></script>
<script src="js/main.js?rnd=2"></script>
<!-- Yandex.Metrika counter --><script type="text/javascript">(function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter18037942 = new Ya.Metrika({id:18037942, enableAll: 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 = (d.location.protocol == "https:" ? "https:" : "http:") + "//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="//mc.yandex.ru/watch/18037942" style="position:absolute; left:-9999px;" alt="" /></div></noscript><!-- /Yandex.Metrika counter -->
</body>
</html>