mirror of
https://github.com/koel/koel
synced 2024-11-24 05:03:05 +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>
|
||||
<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/main.js') }}"></script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue