Guest User

Untitled

a guest
Mar 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en" ng-app>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>My HTML File</title>
  6. <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
  7. <script src="bower_components/angular/angular.js"></script>
  8. </head>
  9. <body>
  10.  
  11. <p>Nothing here {{'yet' + '!'}}</p>
  12.  
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment