File size: 238 Bytes
38361e5
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
    <title>Welcome to Your App</title>
</head>
<body>
    <h1>Welcome to Your App</h1>
    <p>Choose an action:</p>
    <a href="/login">Login</a>
    <br>
    <a href="/register">Register</a>
</body>
</html>