Skip to content

Commit a8644de

Browse files
author
Warren Seymour
committed
Add bootstrap and angular dependencies and getting started page
1 parent 5f031ee commit a8644de

File tree

6 files changed

+25619
-0
lines changed

6 files changed

+25619
-0
lines changed

examples/0-getting-started.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>AngularJS Workshop &middot; Getting Started</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link href="/lib/bootstrap/css/bootstrap.css" rel="stylesheet">
7+
</head>
8+
<body ng-app>
9+
<div class="container">
10+
<h1 class="page-header">AngularJS Workshop</h1>
11+
</div>
12+
13+
<script src="/lib/angular/angular.js"></script>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)