fix(aio): improve no-javascript screen
This commit is contained in:
parent
fe126cb737
commit
f58211d9d8
@ -70,16 +70,18 @@
|
|||||||
<aio-shell></aio-shell>
|
<aio-shell></aio-shell>
|
||||||
|
|
||||||
<noscript>
|
<noscript>
|
||||||
<header class="background-sky">
|
<div class="background-sky hero"></div>
|
||||||
<div class="background-superhero-paper hero is-large">
|
<section id="intro">
|
||||||
<img class="hero-logo" src="assets/images/logos/angular/angular.svg" alt="Angular" />
|
<div class="hero-logo">
|
||||||
<h1 class="text-headline">One framework.<br>Mobile & desktop.</h1>
|
<img src="assets/images/logos/angular/angular.svg" width="250" height="250">
|
||||||
<br />
|
|
||||||
<h3 style="color:yellow">
|
|
||||||
This website requires JavaScript.
|
|
||||||
</h3>
|
|
||||||
</div>
|
</div>
|
||||||
</header>
|
<div class="homepage-container">
|
||||||
|
<div class="hero-headline">One framework.<br>Mobile & desktop.</div>
|
||||||
|
</div>
|
||||||
|
<h2 style="color: red; text-align: center;">
|
||||||
|
<b><i>This website requires JavaScript.</i></b>
|
||||||
|
</h2>
|
||||||
|
</section>
|
||||||
</noscript>
|
</noscript>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user