tpdf/index.html

25 lines
619 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" media="all" type="text/css" href="style.css" />
<title>TPDF - Tellico Parser anD Finder</title>
</head>
<body>
<h1>TPDF - Tellico Parser anD Finder</h1>
<form 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="submit" />
<input type="reset" />
</form>
</body>
</html>