forked from FrozenPandaz/ng-universal-demo
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
24 lines (20 loc) · 1012 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="manifest" href="/manifest.webmanifest">
<title>Angular App</title>
</head>
<body>
<div class="no-ie">Váš internetový prehliadač nie je podporovaný, prosím použite iný internetový prehliadač.</div>
<div class="no-grid alert alert-warning text-center">Váš internetový prehliadač nepodporuje všetky požadované funkcie, zobrazenie stránok v tejto aplikácii nebude správne, prosím použite iný internetový prehliadač.</div>
<noscript>Please enable JavaScript to continue using this application.</noscript>
<app>
<div class="loading-indicator">
<div></div>
</div>
</app>
</body>
</html>