Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html id="top" lang="en" ng-app="demo">
<head>
<title>AngularUI for AngularJS</title>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.1/angular.js"></script>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css" rel="stylesheet">

<link href="logo/UI_Shield.png" rel="shortcut icon">

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<script src="js/app.js"></script>
<link href="css/app.css" rel="stylesheet">
<link href="logo/UI_Shield.png" rel="shortcut icon">
</head>

<body ng-controller="DemoCtrl">
Expand Down Expand Up @@ -139,5 +139,8 @@ <h1 class="page-header">IDE Plugins <small>AngularJS support in your favorite te
</section>
</div>
</div>

<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.1/angular.js"></script>
<script src="js/app.js"></script>
</body>
</html>
</html>