blindforge/public/index.html
2026-01-25 18:27:41 +01:00

14 lines
323 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Blindforge</title>
</head>
<body>
<form action="fetch" method="post">
<label for="f-repo-url">Repo URL:</label>
<input type="text" id="f-repo-url" name="repo-url"/><br/>
<input type="submit" value="Fetch"/>
</form>
</body>
</html>