Skip to content

Commit daa87e9

Browse files
committed
angular-intro content updates
1 parent 9adb72b commit daa87e9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

angular-intro/index.html

+2-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en" xmlns:ng="http://angularjs.org/">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5-
<title>angular intro</title>
5+
<title>AngularJS Intro</title>
66
<script src="../jquery-1.4.2.min.js"></script>
77
<script src="../angular-0.9.17.js" ng:autobind></script>
88
<script src="../syntaxhighlighter/shCore.js"></script>
@@ -11,12 +11,6 @@
1111
<link rel="stylesheet" href="../syntaxhighlighter/shCore.css" type="text/css"/>
1212
<link rel="stylesheet" href="../syntaxhighlighter/shThemeDefault.css" type="text/css"/>
1313
<script src="../slide.js"></script>
14-
<style>
15-
h1 {
16-
17-
18-
}
19-
</style
2014
</head>
2115
<body>
2216

@@ -42,7 +36,7 @@ <h2>HTML &amp; JavaScript
4236
<ul>
4337
<li>JavaScript Magic for building Web Apps</li>
4438
<li>Pure JavaScript</li>
45-
<li>Open Source (MIT)</li>
39+
<li>Open Source (@github, MIT)</li>
4640
<li>Google Funded</li>
4741
</ul>
4842
</slide>

0 commit comments

Comments
 (0)