generated from Seekra/repository-template
feat(legal): add <noscript> containing legal notice link
Added a <noscript> with a link to the legal notice and a note to enable JavaScript to use Seekra. This ensures that also users with JavaScript disabled can access legal content.
This commit is contained in:
+18
@@ -23,6 +23,24 @@ limitations under the License.
|
||||
<title>Seekra</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<h1>
|
||||
Seekra
|
||||
</h1>
|
||||
<p>
|
||||
You need to enable JavaScript to use Seekra.
|
||||
</p>
|
||||
<section>
|
||||
<h2>Legal Content</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://assets.seekra.jcloud-services.ddns.net/2026-08-04-76a067e/legal/legal_notice.html">
|
||||
Legal Notice
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user