Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Commit

Permalink
feat: Added noscript notice to index.template.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufkandemir committed Oct 3, 2019
1 parent 6ce1c89 commit df707a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template/src/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<link rel="icon" type="image/ico" href="statics/icons/favicon.ico">
</head>
<body>
<noscript>
<strong>Unfortunately, <%= htmlWebpackPlugin.options.productName %> can't work without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<!-- DO NOT touch the following DIV -->
<div id="q-app"></div>
</body>
Expand Down

0 comments on commit df707a7

Please sign in to comment.