Guest User

Untitled

a guest
Feb 12th, 2019
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>PWA</title>
  6. <base href="/">
  7.  
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="icon" type="image/x-icon" href="favicon.ico">
  10. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  11. <link rel="manifest" href="./manifest.json">
  12. <meta name="theme-color" content="#1976d2">
  13. </head>
  14. <body>
  15. <app-root></app-root>
  16. <noscript>Please enable JavaScript to continue using this application.</noscript>
  17. </body>
  18. </html>
Add Comment
Please, Sign In to add comment