make comics link to next page except on latest
make comics link to next page except on latest

File last commit:

4e0d93c1f71c
99d2560fe7c2
Show More
index.htm
14 lines | 315 B | text/html | HtmlLexer
Add stuff for the Endgames mini-VN.
r8 <!doctype html>
<html>
<head>
<title>Endgames Omake</title>
<link rel="stylesheet" href="fullscreen.css">
<meta name="viewport" content="width=device-width, user-scalable=no">
</head>
<body>
<div class="viewport-container">
<iframe src="intro.htm" seamless="true"></iframe>
</div>
</body>
</html>