Files
inctagram-live-2024-08-30/server/dashboard.html
2024-09-13 17:08:31 +02:00

20 lines
463 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<meta
http-equiv="X-UA-Compatible"
content="ie=edge"
/>
<title>{{username}} | Dashboard</title>
</head>
<body>
<h1>Hello, {{username}}!</h1>
You are <strong>{{age}}</strong> and beautiful!
</body>
</html>