-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 1.67 KB
/
index.html
File metadata and controls
30 lines (26 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="resources/css/u4.css">
<link rel="icon" href="resources/images/u4.ico" type="image/x-icon">
<link rel="shortcut icon" href="resources/images/u4.ico" type="image/x-icon">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@Unit4Global" />
<meta name="twitter:title" content="Unit4 Open Source" />
<meta name="twitter:description" content="Our revolutionary new approach is delivering the next generation of self-driving, intelligent ERP and enterprise applications for service organizations and their people." />
<meta name="twitter:image" content="https://github.com/Unit4/unit4.github.io/master/resources/images/u4.jpg" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
<script type="text/javascript" src="https://code.angularjs.org/1.3.15/angular-resource.min.js"></script>
<script type="text/javascript" src="js/U4App.js"></script>
<script type="text/javascript" src="js/components/header/header.js"></script>
<script type="text/javascript" src="js/components/repo/repo.js"></script>
<script type="text/javascript" src="js/services/GitHubService.js"></script>
<title>Unit4 Open Source</title>
</head>
<body ng-app="U4OssApp">
<u4-app></u4-app>
</body>
</html>