-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (29 loc) · 1.4 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
<!DOCTYPE html>
<html ng-app="app" xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
<head>
<!-- <base href="/~sequentia4/melonomics/"> -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Vicky Sundesha's portfolio</title>
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<!-- css-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/index.css" />
<!-- jQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://secure.skypeassets.com/i/scom/js/skype-uri.js"></script>
<!-- Angular-->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/2.5.0/ui-bootstrap.min.js"></script>
<!-- Controllers-->
<script src="js/app.js" type="text/javascript" xml:space="preserve"></script>
<script src="js/controller/mainController.js" type="text/javascript" xml:space="preserve"></script>
</head>
<body ng-controller="mainController as mainCtrl">
<top></top>
<hr />
<center></center>
<bottom></bottom>
</body>
</html>