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