Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Emblem Test</title>
  4. <!-- Step 1: Add Emblem.js -->
  5. <!-- js/emblem.js is the same as https://raw.githubusercontent.com/machty/emblem.js/master/dist/emblem.js -->
  6. <!-- also at: https://github.com/machty/emblem.js/blob/master/dist/emblem.js -->
  7. <script src="js/emblem.js"></script>
  8. </head>
  9. <body>
  10.  
  11. <!-- Step 2: define templates -->
  12. <script type="text/x-emblem" data-template-name="application">
  13. h1 Welcome to my App
  14. </script>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement