mirror of
https://github.com/koel/koel
synced 2025-02-16 05:18:37 +00:00
Add <noscript>
This commit is contained in:
parent
732f66a252
commit
0921b59ed0
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|
||||||
|
<noscript>It may sound funny, but Koel requires JavaScript to sing. Please enable it.</noscript>
|
||||||
<script src="{{ App::rev('js/vendors.js') }}"></script>
|
<script src="{{ App::rev('js/vendors.js') }}"></script>
|
||||||
<script src="{{ App::rev('js/main.js') }}"></script>
|
<script src="{{ App::rev('js/main.js') }}"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue