fix(aio): add better message for disabled JavaScript

This commit is contained in:
Georgios Kalpakas
2017-04-01 02:17:19 +03:00
committed by Pete Bacon Darwin
parent 8479e9e6d7
commit b1a3c47766
2 changed files with 16 additions and 3 deletions

View File

@ -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 &amp; desktop.</h1>
<br />
<h3 style="color:red">
This site requires JavaScript.
</h3>
</div>
</header>
</noscript>
</body>
</html>