tpdf/index.html

36 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" media="all" type="text/css" href="style.css" />
<script type="text/javascript" src="frontend/main.js"></script>
<title>TPDF - Tellico Parser anD Finder</title>
</head>
<body>
<header>
<img alt="[Logo]" src="frontend/tpdf-logo.png" />
TPDF - Tellico Parser anD Finder <small>by <a href="https://golem.linux.it/">GOLEM</a></small>
</header>
<div id="tpdfSearchDiv">
<form id="tpdfForm" action="main.py" method="get">
<label for="title">Title</label>
<input type="text" name="title" />
<label for="author">Author</label>
<input type="text" name="author" />
<input type="button" value="Submit" onclick="TPDF.submit();"/>
<input type="reset" value="Reset" />
</form>
</div>
<main>
<div id="tpdfOutput">
<span>&nbsp;</span>
</div>
</main>
</body>
</html>