No Description

index.html 1.1KB

12345678910111213141516171819202122232425262728
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>NATAN</title>
  6. <base href="/">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
  10. <meta name="apple-mobile-web-app-capable" content="yes" />
  11. <link rel="icon" type="image/x-icon" href="assets/layout/images/favicon.png">
  12. <link id="theme-css" rel="stylesheet" type="text/css" href="assets/theme/indigo/theme-light.css">
  13. <link id="layout-css" rel="stylesheet" type="text/css" href="assets/layout/css/layout-light.css">
  14. </head>
  15. <body>
  16. <app-root>
  17. <div class="splash-screen">
  18. <div class="splash-loader-container">
  19. <svg class="splash-loader" width="65px" height="65px" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
  20. <circle class="splash-path" fill="none" stroke-width="6" stroke-linecap="round" cx="33" cy="33" r="30"></circle>
  21. </svg>
  22. </div>
  23. </div>
  24. </app-root>
  25. </body>
  26. </html>

Powered by TurnKey Linux.