Skip to content

Commit f58211d

Browse files
gkalpakhansl
authored andcommitted
fix(aio): improve no-javascript screen
1 parent fe126cb commit f58211d

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

aio/src/index.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,18 @@
7070
<aio-shell></aio-shell>
7171

7272
<noscript>
73-
<header class="background-sky">
74-
<div class="background-superhero-paper hero is-large">
75-
<img class="hero-logo" src="assets/images/logos/angular/angular.svg" alt="Angular" />
76-
<h1 class="text-headline">One framework.<br>Mobile &amp; desktop.</h1>
77-
<br />
78-
<h3 style="color:yellow">
79-
This website requires JavaScript.
80-
</h3>
73+
<div class="background-sky hero"></div>
74+
<section id="intro">
75+
<div class="hero-logo">
76+
<img src="assets/images/logos/angular/angular.svg" width="250" height="250">
8177
</div>
82-
</header>
78+
<div class="homepage-container">
79+
<div class="hero-headline">One framework.<br>Mobile &amp; desktop.</div>
80+
</div>
81+
<h2 style="color: red; text-align: center;">
82+
<b><i>This website requires JavaScript.</i></b>
83+
</h2>
84+
</section>
8385
</noscript>
8486
</body>
8587
</html>

0 commit comments

Comments
 (0)