Skip to content

Commit bc6301d

Browse files
roythearsonistdependabot[bot]Thomas-Boi
authored
Noscript element on HTML (#751)
* Bump hosted-git-info from 2.8.8 to 2.8.9 Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <support@github.com> * Bump lodash from 4.17.20 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.20...4.17.21) Signed-off-by: dependabot[bot] <support@github.com> * Added a noscript element * Made noscript a p element Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
1 parent 2b20fad commit bc6301d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343
<!--[if lt IE 7]>
4444
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
4545
<![endif]-->
46-
46+
<noscript>
47+
<p align="center">You have JavaScript turned off in your browser. To use this website, JavaScript needs to be enabled. You can come back when you turn it on though :)</p>
48+
</noscript>
4749
<div class="borders"></div>
4850

4951
<div class="container">

0 commit comments

Comments
 (0)