2026-03-18 14:04:52 +08:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<link rel="icon" type="image/png" href="./src/assets/images/rd_icon.png" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2026-04-02 22:29:31 +02:00
|
|
|
|
|
|
|
|
<!-- Security fix: Add SRI (Subresource Integrity) hashes to prevent tampering -->
|
|
|
|
|
<!-- snap.svg - SRI hash from https://www.srihash.org/ -->
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/snap.svg/0.5.1/snap.svg-min.js"
|
|
|
|
|
integrity="sha512-Od9GAbPv+qjS3GvPv368l6l39d6
|
2026-03-18 14:04:52 +08:00
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|