Files
groclist/frontend/templates/welcome.html
T

16 lines
320 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Welcome to groclist</title>
<meta name="viewpoint" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="container">
<h2>Welcome to GrocList<h2>
<br>
Hello userid: {{ userid }}
<p>Click <a href="/">here</a> to go home. </p>
</div>
</body>
<html>