mirror of
https://github.com/ershisan99/inctagram-live-2024-08-30.git
synced 2026-02-02 12:35:14 +00:00
lesson 2
This commit is contained in:
19
server/dashboard.html
Normal file
19
server/dashboard.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user