-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
64 lines (58 loc) · 3.09 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
56
57
58
59
60
61
62
63
64
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ngMorocco</title>
<meta name="description" content="The main goal of ngMorocco is to share AngularJS knowledge and best-practices, to gather people who are passionate about AngularJS and enable them to talk, socialize and learn from the best, with delicious food and a friendly atmosphere. Join Us !" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="The main goal of ngMorocco is to share AngularJS knowledge and best-practices, to gather people who are passionate about AngularJS and enable them to talk, socialize and learn from the best, with delicious food and a friendly atmosphere. Join Us !">
<meta name="twitter:title" content="ngMorocco">
<meta name="twitter:description" content="ngMorocco">
<!-- Twitter Summary card images must be at least 120x120px -->
<meta name="twitter:image" content="http://ngmorocco.org/app/images/logo.png">
<!-- Open Graph data -->
<meta property="og:title" content="ngMorocco"/>
<meta property="og:type" content="article" />
<meta property="og:url" content="http://ngMorocco.org" />
<meta property="og:image" content="http://ngmorocco.org/app/images/logo.png" />
<meta property="og:description" content="The main goal of ngMorocco is to share AngularJS knowledge and best-practices, to gather people who are passionate about AngularJS and enable them to talk, socialize and learn from the best, with delicious food and a friendly atmosphere. Join Us !">
<meta property="og:site_name" content="ngMorocco" />
<base href="/">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="app/css/style.css" media="screen" >
<link rel="stylesheet" href="vendor/bootstrap/dist/css/bootstrap.css" media="screen" >
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<!-- Service worker support is disabled by default.
Install the worker script and uncomment to enable.
Only enable service workers in production.
<script type="text/javascript">
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/worker.js').catch(function(err) {
console.log('Error installing service worker: ', err);
});
}
</script>
-->
</head>
<body>
<ng-morocco-app>
<div class="text-center">
<img src="app/images/greyLogo.gif" alt="Loading ..." class="mt-10-percent"/>
<br>
<img src="app/images/loader.gif" alt="Loading ..."/>
</div>
</ng-morocco-app>
<script src="vendor/es6-shim/es6-shim.js"></script>
<script src="vendor/reflect-metadata/Reflect.js"></script>
<script src="vendor/systemjs/dist/system.src.js"></script>
<script src="vendor/zone.js/dist/zone.js"></script>
<!--<script src="app/javaScript/jquery.min.js" type="text/javascript"></script>
<script src="app/javaScript/typed.js" type="text/javascript"></script>-->
<script>
System.import('system-config.js').then(function () {
System.import('main');
}).catch(console.error.bind(console));
</script>
</body>
</html>