mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-26 17:22:22 +01:00
26 lines
961 B
HTML
26 lines
961 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Arknights: Endfield API Archive</title>
|
|
<meta
|
|
name="description"
|
|
content="Automated Arknights: Endfield game API response archive and download library"
|
|
/>
|
|
<meta property="og:title" content="Arknights: Endfield API Archive" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="" />
|
|
<meta property="og:image" content="" />
|
|
<meta property="og:image:alt" content="" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Arknights: Endfield API Archive" />
|
|
<meta name="twitter:image" content="" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|