defaultkavy
315246a37a
fix: event passive. remove: Post sidebar copy link buttons. fix: page transition transform value undefined. enhance: $PostGrid loader will stop when no more post can fetched. enhance: reset $PostGrid loader when booru switched. enhance: searchbar autocomplete result same as official site. new: class Autocomplete. new: post sidebar add File, Booru, Webm, Source url.
16 lines
653 B
HTML
16 lines
653 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 v0.2.5</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>
|
|
<script type="module" crossorigin src="/assets/index-DaDrA_5o.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-DeBFHjT4.css">
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|