2024-05-17 03:30:49 +08:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2024-10-25 18:47:27 +08:00
|
|
|
<link rel="manifest" href="/statics/manifest.json" />
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/statics/danbooru-viewer-icon.png" />
|
2024-05-17 03:30:49 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-10-09 16:15:21 +08:00
|
|
|
<title>Danbooru Viewer</title>
|
2024-10-06 02:21:31 +08:00
|
|
|
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
|
|
|
|
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
|
2024-10-09 16:45:39 +08:00
|
|
|
<!-- Google tag (gtag.js) -->
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-59HBGP98WR"></script>
|
|
|
|
<script>
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag(){dataLayer.push(arguments);}
|
|
|
|
gtag('js', new Date());
|
|
|
|
|
|
|
|
gtag('config', 'G-59HBGP98WR');
|
|
|
|
</script>
|
2024-10-25 18:47:27 +08:00
|
|
|
<script type="module" crossorigin src="/assets/index-C_mg4_Pk.js"></script>
|
|
|
|
<link rel="stylesheet" crossorigin href="/assets/index-g15FC_9F.css">
|
2024-05-17 03:30:49 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html>
|