You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
a-manga-thing/zhetic-poc/manga.html

42 lines
1.3 KiB

<html>
<head>
<title>/a/ manga thing</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/stylesheet.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="js/catalog.js"></script>
</head>
<body>
<center>
<img src="img/out.png"/>
<h1>/a/ manga thing</h1>
| <a href="index.html">Home</a>
| <a href="manga.html">Manga</a>
| <a href="contributing.html">Contributing</a>
| <a href="contact.html">Contact</a> |
</center>
<p>
&nbsp&nbsp&nbsp&nbsp
Generated from /db.json
<center>
<input id="search" type="text" placeholder="Search">
<button id="loadButton" type="button" onclick="load();">load</button>
</center>
<table id="titles">
<tr>
<td class="cover">
<img class="thumbnail" src="img/covers/0.jpg"/>
</td>
<td class="description">
<p><b>Boku no Kokoro no Yabai Yatsu</b></p>
<p>Scanlation: idgaf</p>
<p>Status: ongoing</p>
<p>Chapters: x</p>
<p>Last update: recently</p>
<p>Link:
<a href="reader.html?id=0">reader</a></p>
</td>
</tr>
</table>
</body>
</html>