[front/perf] update noscript hint
This commit is contained in:
parent
7ff165fdb4
commit
bbceb050c8
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,11 @@
|
|||
<link rel="stylesheet" href="./css/app.css" />
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<noscript>
|
||||
<p>You need to enable JavaScript to run this frontend.</p>
|
||||
<p>Check out no Javascript frontend:</p>
|
||||
<li>/hp/:id</li>
|
||||
</noscript>
|
||||
<div id="app" classs="bg-gray-900"></div>
|
||||
<script src="/js/main.js"></script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue