Created target project structure
This commit is contained in:
11
static/shop/account/addresses.html
Normal file
11
static/shop/account/addresses.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Address management</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Address management -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/shop/account/orders.html
Normal file
11
static/shop/account/orders.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Order history</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Order history -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/shop/account/profile.html
Normal file
11
static/shop/account/profile.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Customer profile</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Customer profile -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/shop/checkout.html
Normal file
11
static/shop/checkout.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Checkout process</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Checkout process -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/shop/home.html
Normal file
11
static/shop/home.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Shop homepage</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Shop homepage -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/shop/search.html
Normal file
11
static/shop/search.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Search results page</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Search results page -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user