Initial commit
This commit is contained in:
commit
88fd274d0c
11 changed files with 2403 additions and 0 deletions
14
public/index.html
Normal file
14
public/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue