forked from goldledoigt/ExtJS-training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (27 loc) · 1.89 KB
/
index.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Valtech - Formation ExtJS</title>
<link rel="stylesheet" type="text/css" href="http://office.revolunet.com/gary/lib/ext/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="http://office.revolunet.com/gary/lib/ext/resources/css/xtheme-gray.css" />
<link rel="stylesheet" type="text/css" href="./static/js/syntaxhighlighter/styles/shCore.css">
<link rel="stylesheet" type="text/css" href="./static/js/syntaxhighlighter/styles/shThemeEclipse.css">
<link rel="stylesheet" type="text/css" href="./static/css/style.css">
<script type="text/javascript" src="http://office.revolunet.com/gary/lib/ext/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="http://office.revolunet.com/gary/lib/ext/ext-all.js"></script>
<script type="text/javascript" src="./static/js/syntaxhighlighter/scripts/shCore.js"></script>
<script type="text/javascript" src="./static/js/syntaxhighlighter/scripts/shBrushJScript.js"></script>
<script type="text/javascript" src="./static/js/Ext.ux.training.TrainingPagePanel.js"></script>
<script type="text/javascript" src="./static/js/Ext.ux.training.TrainingTreePanel.js"></script>
<script type="text/javascript" src="./static/js/Ext.ux.training.TrainingTabPanel.js"></script>
<script type="text/javascript" src="./static/js/Ext.ux.training.TrainingPanel.js"></script>
<script type="text/javascript" src="./static/js/main.js"></script>
</head>
<body>
<div id="header" class="header">
<div class="logo">Formation ExtJS</div>
<div style="color:#666666;float:right;margin:14px;">Made by <a target="_blank" href="http://www.revolunet.com">REVOLUNET</a></div>
</div>
</body>
</html>