diff options
author | ryo <ryo@nopwd.lol> | 2025-03-06 13:06:42 +0000 |
---|---|---|
committer | ryo <ryo@nopwd.lol> | 2025-03-06 13:06:42 +0000 |
commit | e1a48c8208c181fd40ecb065878ba9ea49b1f48f (patch) | |
tree | d7a0cafef9d406dd21a694ed60ab6f1ea034335f /resources/views/welcome.blade.php |
Initial Commit
Diffstat (limited to 'resources/views/welcome.blade.php')
-rw-r--r-- | resources/views/welcome.blade.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php new file mode 100644 index 0000000..5539bbe --- /dev/null +++ b/resources/views/welcome.blade.php @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> + <head> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Laravel Test</title> + </head> + <body> + <h1>Welcome</h1> + <p>Register and join a team, you will have a default score + but you can change it when you login.</p> + <p>Admin has the ability to delete users.</p> + <pre> + <a href="/register">Register</a> + <a href="/login">Login</a> + </pre> + </body> +</html> |