mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-07-02 08:29:27 +02:00
add main viewer
This commit is contained in:
37
nhentai/viewer/main.html
Normal file
37
nhentai/viewer/main.html
Normal file
@ -0,0 +1,37 @@
|
||||
<!doctype html>
|
||||
<html lang="en" class=" theme-black">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="theme-color" content="#1f1f1f" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes, viewport-fit=cover" />
|
||||
<title>
|
||||
nHentai
|
||||
» Viewer</title>
|
||||
<link rel="stylesheet" href="https://static.nhentai.net/css/main_style.9bb9b703e601.css">
|
||||
{STYLE}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="content">
|
||||
|
||||
<h1>Main Folder<span class="count">({COUNT})</span></h1>
|
||||
|
||||
<div class="container" id="favcontainer">
|
||||
|
||||
{PICTURE}
|
||||
<div class="gallery-favorite">
|
||||
<div class="gallery">
|
||||
<a href="/folder/index.html" class="cover" style="padding:0 0 141.6% 0"><img
|
||||
src="/?.jpg" />
|
||||
<div class="caption">{TITLE}</div>
|
||||
</a></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- container -->
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user