[front/perf] update noscript hint

This commit is contained in:
SouthFox 2023-08-30 15:46:55 +08:00
parent 7ff165fdb4
commit bbceb050c8

View file

@ -9,7 +9,11 @@
<link rel="stylesheet" href="./css/app.css" /> <link rel="stylesheet" href="./css/app.css" />
</head> </head>
<body> <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> <div id="app" classs="bg-gray-900"></div>
<script src="/js/main.js"></script> <script src="/js/main.js"></script>
</body> </body>