mirror of
https://github.com/ershisan99/inctagram-live-2024-08-30.git
synced 2025-12-16 05:09:24 +00:00
20 lines
463 B
HTML
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>
|