<!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>