2025-02-14 23:14:54 +08:00
|
|
|
<!doctype html>
|
2025-02-19 17:35:16 +08:00
|
|
|
<html lang="zh">
|
2025-02-14 23:14:54 +08:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2025-02-26 18:27:47 +08:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
|
2025-02-14 23:14:54 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2025-02-26 18:27:47 +08:00
|
|
|
<title>CYBER</title>
|
2025-02-14 23:14:54 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
2025-02-21 19:52:33 +08:00
|
|
|
<script>
|
|
|
|
MathJax = {
|
|
|
|
tex: {inlineMath: [['$', '$'],['$$', '$$'], ['\\(', '\\)']]},
|
|
|
|
};
|
|
|
|
|
|
|
|
</script>
|
|
|
|
<script id="MathJax-script" async src="/libs/tex-chtml.js"></script>
|
2025-02-14 23:14:54 +08:00
|
|
|
</body>
|
|
|
|
</html>
|