-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial.html
More file actions
68 lines (45 loc) · 1.95 KB
/
tutorial.html
File metadata and controls
68 lines (45 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Tutorial</title>
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link href='font-awesome/css/font-awesome.min.css' rel='stylesheet'>
<link href='css/layout.css' rel='stylesheet' type='text/css'>
<link href='css/demo.css' rel='stylesheet' type='text/css'>
<script src="lib/jquery-1.11.1.min.js" type="text/javascript"></script>
<!--script src="lib/ergojs-core.js" type="text/javascript"></script>
<script src="lib/ergojs-widgets-all.js" type="text/javascript"></script>
<script src="js/demo.js" type="text/javascript"></script-->
</head>
<body>
<div class="page">
<header class="page-header">
<h3><span>Ergo</span>JS</h3>
<nav>
<ul class="page-menu">
<li><a href="index.html">Главная</a></li>
<li><a href="tutorial.html">Учебник</a></li>
<li class="selected"><a href="demo.html">Демо</a></li>
<li><a href="samples.html">Виджеты</a></li>
<li><a href="docs/Ergo.html">API</a></li>
<li><a href="download.html">Скачать</a></li>
</ul>
</nav>
<!--span class="github">
<a href="http://github.com/eliace/ergo-js"><i class="fa fa-github"></i>GitHub</a>
</span-->
</header>
<div class="tutorial">
<iframe src="https://eliace.gitbooks.io/ergojs-tutorial/content/"></iframe>
</div>
</div>
</body>
</html>