mirror of
https://github.com/RicterZ/nhentai.git
synced 2026-04-08 10:40:22 +02:00
History reset as part of DMCA compliance. The project has been refactored into a generic, site-agnostic download framework. Site-specific logic lives in separate plugin packages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
441 B
HTML
25 lines
441 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes, viewport-fit=cover" />
|
|
<title>{TITLE}</title>
|
|
<style>
|
|
{STYLES}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<nav id="list">
|
|
{IMAGES}</nav>
|
|
|
|
<div id="image-container">
|
|
<span id="page-num"></span>
|
|
<div id="dest"></div>
|
|
</div>
|
|
|
|
<script>
|
|
{SCRIPTS}
|
|
</script>
|
|
</body>
|
|
</html> |