-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
55 lines (48 loc) · 2.48 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>FIWARE Cloud Portal</title>
<!-- Date: 2012-03-13 -->
<!-- CSS Libs -->
<link href='css/lib/bootstrap.css' media='screen' rel='stylesheet' />
<link href='css/lib/bootstrap-responsive.css' media='screen' rel='stylesheet' />
<link href="css/lib/font-awesome.min.css" rel="stylesheet" />
<link href='css/lib/jquery.qtip.min.css' media='screen' rel='stylesheet' />
<link href="css/lib/jScrollPane.css" rel="stylesheet" type="text/css" media="all" />
<link href='css/lib/jquery.selectbox.css' media='screen' rel='stylesheet' />
<link href='css/lib/chosen_fiware.css' media='screen' rel='stylesheet' />
<!-- Old CSS -->
<link href='css/old/style.css' media='screen' rel='stylesheet' />
<link href='css/old/application.css' media='screen' rel='stylesheet' />
<!-- New CSS -->
<link href='css/style2.css' media='screen' rel='stylesheet' />
<link href="ico/favicon.ico" rel="shortcut icon">
<link href="ico/apple-touch-icon-144-precomposed.png" sizes="144x144" rel="apple-touch-icon-precomposed">
<link href="ico/apple-touch-icon-114-precomposed.png" sizes="114x114" rel="apple-touch-icon-precomposed">
<link href="ico/apple-touch-icon-72-precomposed.png" sizes="72x72" rel="apple-touch-icon-precomposed">
<link href="ico/apple-touch-icon-57-precomposed.png" rel="apple-touch-icon-precomposed">
<script type="text/javascript" src="lib/require.js"></script>
<script type="text/javascript" src="js/load-modules.js"></script>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script type="text/javascript" src="../lib/chosen_fiware.jquery.js"></script>
<script>
window.addEventListener("load", function() {
setTimeout(function() {
window.scrollTo(0, 0);
}, 0);
});
</script>
</head>
<body id="splash" >
<!--
Description: Index page
src: index.html
-->
<div class="container">
<div id='auth'></div>
<div id='root'></div>
</div>
</body>
</html>