-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout-program.html
More file actions
66 lines (58 loc) · 2.55 KB
/
Copy pathabout-program.html
File metadata and controls
66 lines (58 loc) · 2.55 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
<!DOCTYPE html>
<html>
<head>
<title>Генератор-спрайто</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<!-- откомпиленый LESS -->
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
<!-- авто компиляция LESS
<script src="js/less-1.3.0.min.js" type="text/javascript"></script>
<link rel="stylesheet/less" href="less/style.less" >
-->
<script src="js/plugin/google-code-prettify/prettify.js"></script>
<script src="js/plugin/google-code-prettify/lang-lisp.js"></script>
<script src="js/plugin/google-code-prettify/lang-css.js"></script>
<link rel="stylesheet" type="text/css" href="js/plugin/google-code-prettify/prettify.css" media="screen">
</head>
<body>
<div class="container">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="./index.html">Генератор-спрайто </a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="./about-program.html"><i class="icon-question-sign"></i> о прогрограме</a></li>
<li><a href="https://github.com/meded90/generator-sprites-for-Bootstrap-from-Twitter"><i class="icon-github-sign"></i>git hub</a></li>
<li class="dropdown">
</ul>
<ul class="nav pull-right">
<li class="dropdown">
<a href="" class="dropdown-toggle" data-toggle="dropdown" >язык <b class="caret"></b></a>
<ul id="menu-lang" class="dropdown-menu">
<li><a href="#"><i class="flag-ru"></i>Русский</a></li>
<li><a href="#"><i class="flag-eng"></i>Англисский</a></li>
</ul>
</li>
</ul>
</div><!-- /.nav-collapse -->
</div>
</div><!-- /navbar-inner -->
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34209445-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>