defaultkavy
dc176f4e83
change - depart PostManager methods from $PostGrid. new - navigation posts on post page. optimize - fetch fewer tags when tags is cached. change - Post.file_url and Post.file_url$ can be undefined. change: $PostTile need $PostGrid as params when construct. change: post page viewer $img will load preview image first. change: post page become non-static page.
25 lines
966 B
HTML
25 lines
966 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Danbooru Viewer</title>
|
|
<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>
|
|
<!-- 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>
|
|
<script type="module" crossorigin src="/assets/index-DAA98Qle.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-Plu04C2a.css">
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|