This commit is contained in:
Pascal Engélibert 2026-02-13 22:49:30 +01:00
commit 37eaccd80e
6 changed files with 160 additions and 45 deletions

14
templates/home.html Normal file
View file

@ -0,0 +1,14 @@
<!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>