Skip to content

Commit 453fbe6

Browse files
Improved noscript warning for index.html (devicons#761)
* Made tag red and header * Added icon to noscript * Removed class from svg * Removed extra sentence * Moved line down * removed icon Co-authored-by: Thomas Bui <[email protected]>
1 parent 44cb235 commit 453fbe6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/index.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<meta name="description" content="devicon aims to gather all logos representing development languages and tools in one font.">
1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1515
<link rel="icon" type="image/x-icon" href="./logos/favicon.ico" sizes="196x196">
16-
1716
<link rel="apple-touch-icon" sizes="57x57" href="./logos/apple-touch-icon-57x57.png">
1817
<link rel="apple-touch-icon" sizes="60x60" href="./logos/apple-touch-icon-60x60.png">
1918
<link rel="apple-touch-icon" sizes="72x72" href="./logos/apple-touch-icon-72x72.png">
@@ -32,7 +31,6 @@
3231
<meta name="msapplication-TileColor" content="#da532c">
3332
<meta name="msapplication-TileImage" content="./logos/mstile-144x144.png">
3433
<meta name="theme-color" content="#ffffff">
35-
3634
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon/devicon.min.css">
3735
<link rel="stylesheet" href="./assets/css/style.css">
3836
</head>
@@ -43,8 +41,9 @@
4341
<!--[if lt IE 7]>
4442
<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>
4543
<![endif]-->
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>
44+
<noscript style="color:red; text-align:center;">
45+
<h1>To use this website, JavaScript needs to be enabled.</h1>
46+
<p>You can come back when you turn it on though :)</p>
4847
</noscript>
4948
<div class="borders"></div>
5049

0 commit comments

Comments
 (0)