diff options
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> |