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

28 lines
809 B

<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">
</table>
</body>
</html>