fix(aio): add better message for disabled JavaScript
This commit is contained in:
parent
8479e9e6d7
commit
b1a3c47766
@ -33,6 +33,19 @@
|
||||
<!-- End Google Analytics -->
|
||||
</head>
|
||||
<body>
|
||||
<aio-shell>Loading...</aio-shell>
|
||||
<aio-shell></aio-shell>
|
||||
|
||||
<noscript>
|
||||
<header>
|
||||
<div class="hero">
|
||||
<img src="assets/images/logos/angular/angular.svg" />
|
||||
<h1>One framework.<br>Mobile & desktop.</h1>
|
||||
<br />
|
||||
<h3 style="color:red">
|
||||
This site requires JavaScript.
|
||||
</h3>
|
||||
</div>
|
||||
</header>
|
||||
</noscript>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -2,7 +2,7 @@
|
||||
@import '~@angular/material/theming';
|
||||
@import './ng-io-theme';
|
||||
|
||||
// import global variables /
|
||||
// import global variables
|
||||
@import './constants';
|
||||
|
||||
// import global mixins
|
||||
|
Loading…
x
Reference in New Issue
Block a user