Initial commit

This commit is contained in:
Pascal Engélibert 2026-01-25 18:27:23 +01:00
commit 88fd274d0c
11 changed files with 2403 additions and 0 deletions

14
public/index.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>