update/created routing for pages

This commit is contained in:
Joaquin committed 2025-04-30 17:15:23 -07:00
1 parent 45746aa922
commit 3ef8129196
5 files changed
+228 -7

No files matched your search

+12
View File
@@ -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>