update/created routing for pages
This commit is contained in:
1 parent
45746aa922
commit
3ef8129196
5 files changed
+228
-7
No files matched your search
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome!</h1>
|
||||
<form method="get" action="/signup">
|
||||
<button type="submit">signup</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in new issue
Block a user