15 lines
491 B
HTML
15 lines
491 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,maximum-scale=1,user-scalable=no">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<meta name="renderer" content="webkit">
|
|
<title>aklive2d</title>
|
|
<link rel="canonical" href="https://arknights.halyul.dev/">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/index.js"></script>
|
|
</body>
|
|
</html> |