Loginauth / templates /landing.html
Gregniuki's picture
Create landing.html
38361e5
raw
history blame
238 Bytes
<!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>