aboutsummaryrefslogtreecommitdiff
path: root/resources/views/welcome.blade.php
blob: 5539bbef3a5c2b279d9341454e6854fdcd7d3b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>