Skip to content

Commit fe3012d

Browse files
Update view holder
1 parent d920639 commit fe3012d

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

server/shop/shop_home.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Welcome to Our Shop</title>
6+
</head>
7+
<body>
8+
9+
</body>
10+
</html>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<title>Shop — Placeholder</title>
7+
</head>
8+
<body>
9+
<main>
10+
<h1>Shop</h1>
11+
<p>This is a placeholder `shop_home.html` template. Replace with real content in a follow-up commit.</p>
12+
</main>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)