Skip to content

Instantly share code, notes, and snippets.

View michel-kraemer's full-sized avatar
🏔️
Dreaming of mountains

Michel Krämer michel-kraemer

🏔️
Dreaming of mountains
View GitHub Profile
@AdrianAulbach
AdrianAulbach / index.html
Created November 19, 2014 16:30
Show Bootstrap dropdown menus when js is disabled
<head>
<!-- [ Whatever you put in your <head> ] -->
<!-- link the noscript.css stylesheet only if javascript is disabled -->
<noscript>
<link rel="stylesheet" href="css/noscript.css" />
</noscript>
<!-- [ Rest of <head> ] -->
</head>