Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added icon to noscript
  • Loading branch information
roythearsonist authored Jul 18, 2021
commit 339f0271ce74bc41b54b3cb82d7bb22bded0ab76
9 changes: 5 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<meta name="description" content="devicon aims to gather all logos representing development languages and tools in one font.">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="./logos/favicon.ico" sizes="196x196">

<link rel="apple-touch-icon" sizes="57x57" href="./logos/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./logos/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./logos/apple-touch-icon-72x72.png">
Expand All @@ -32,7 +31,6 @@
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="./logos/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon/devicon.min.css">
<link rel="stylesheet" href="./assets/css/style.css">
</head>
Expand All @@ -43,8 +41,11 @@
<!--[if lt IE 7]>
<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>
<![endif]-->
<noscript>
<h1 align="center" style="color:red;">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 :)</h1>
<noscript style="display: flex; color:red;">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-exclamation-triangle-fill" viewBox="0 0 16 16">
Comment thread
roythearsonist marked this conversation as resolved.
Outdated
<path d="M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>
</svg>
<h1 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 :)</h1>
</noscript>
<div class="borders"></div>

Expand Down