Guest User

Untitled

a guest
Apr 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>My APP</title>
  6. </head>
  7. <body>
  8. <header th:replace="header.html :: headerContent">header content</header>
  9. <app-root></app-root>
  10. <footer th:replace="footer.html :: footerContent">footer content</footer>
  11.  
  12. <script type="text/javascript" src="inline.bundle.js"></script>
  13. <script type="text/javascript" src="polyfills.bundle.js"></script>
  14. <script type="text/javascript" src="styles.bundle.js"></script>
  15. <script type="text/javascript" src="vendor.bundle.js"></script>
  16. <script type="text/javascript" src="main.bundle.js"></script>
  17. </body>
  18. </html>
Add Comment
Please, Sign In to add comment