cyber/index.html

21 lines
558 B
HTML
Raw Permalink Normal View History

2025-02-14 23:14:54 +08:00
<!doctype html>
<html lang="zh">
2025-02-14 23:14:54 +08:00
<head>
<meta charset="UTF-8" />
<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" />
<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>
<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>