Loginauth / templates /protected.html
Gregniuki's picture
Update templates/protected.html
f01b61f
raw
history blame
330 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Protected Route</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Protected Route</h1>
<p>Welcome, {{user}}!</p>
</body>
</html>