You've already forked snikket-web-portal
11 lines
170 B
HTML
11 lines
170 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Snikket Web Portal</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome!</h1>
|
|
<p>Welcome home, {{ user_info.username }}.</p>
|
|
</body>
|
|
</html>
|