Skip to content

Commit

Permalink
fix: better initial loading screen (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig authored Jan 25, 2023
1 parent 331df77 commit 7db1a6d
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,23 @@
<link rel="apple-touch-icon" sizes="120x120" href="assets/icons/apple-icon-120.png">
</head>
<body class="mat-typography">
<app-root>Loading...</app-root>

<app-root>
<div style="text-align: center; margin: 2em">
<h1 style="color: #ff9800">Aam Digital</h1>
<p>... is loading for the first time.</p>
<p style="color: #00000089">
This may take a few seconds or even minutes depending on your internet
connection.
</p>
<p style="color: #00000089; font-size: 0.8em">
<b>Browser Details:</b>
<script type="text/javascript">
document.write(navigator.userAgent);
</script>
</p>
</div>
</app-root>

</body>
</html>

0 comments on commit 7db1a6d

Please sign in to comment.