mirror of
https://github.com/ripienaar/free-for-dev.git
synced 2025-06-08 06:52:43 -04:00
Merge pull request #1190 from maple3142/master
Add noscript fallback for index.html
This commit is contained in:
commit
82db8de471
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
|
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<noscript>This page requires JavaScript to work, please enable it or just read it on <a href="https://github.com/ripienaar/free-for-dev">Here</a>.</noscript>
|
||||||
<div id="app">Loading...</div>
|
<div id="app">Loading...</div>
|
||||||
<script>
|
<script>
|
||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue