Routing WiP

This commit is contained in:
Pascal Engélibert 2026-01-31 20:43:08 +01:00
commit a2bd5eb869
6 changed files with 588 additions and 2 deletions

14
static/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>