14 lines
323 B
HTML
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>
|