Browse Source

Add notes header

Lily Carpenter 10 years ago
parent
commit
913597d1f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      www/index.html

+ 1 - 0
www/index.html

@@ -1,6 +1,7 @@
1 1
 <html ng-app="bootcampApp">
2 2
   <body>
3 3
     <div ng-controller="NoteCtrl">
4
+      <h1>Notes</h1>
4 5
       <div class="note" ng-repeat="note in notes">
5 6
         <h4>{{note.title}}</h4>
6 7
         <p>{{note.body}}</p>