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