add main viewer

This commit is contained in:
symant233
2019-05-05 19:44:44 +08:00
parent 8e8f935a9b
commit 18bdab1962
4 changed files with 1943 additions and 1 deletions

37
nhentai/viewer/main.html Normal file
View 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
&raquo; 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>