21 lignes
553 B
HTML
21 lignes
553 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>apk-downloader</title>
|
|
<link rel="stylesheet" type="text/css" href="/static/marx.min.css">
|
|
<link rel="stylesheet" type="text/css" href="/static/main.css">
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>apk-downloader</h1>
|
|
<p>
|
|
Download apk from the PlayStore<br/>
|
|
<br/>
|
|
<form class="look-form" action="/download/" method="POST">
|
|
<input type="text" id="package_name" name="package_name" placeholder="Placeholder...">
|
|
<input type="submit" class="button" value="Submit">
|
|
</form>
|
|
</p>
|
|
</main>
|
|
</body>
|
|
</html> |