-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 2.71 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<div><a href="./pages/1_1_homepage/index.html">1_1_homepage</a></div>
<div><a href="./pages/2_1_search_result/index.html">2_1_search_result</a></div>
<div><a href="./pages/2_2_1_author_listing/index.html">2_2_1_author_listing</a></div>
<div><a href="./pages/2_5_search_result_empty/index.html">2_5_search_result_empty</a></div>
<div><a href="./pages/3_1_book_detail/index.html">3_1_book_detail</a></div>
<div><a href="./pages/4_1_cart/index.html">4_1_cart</a></div>
<div><a href="./pages/4_2_empty_cart/index.html">4_2_empty_cart</a></div>
<div><a href="./pages/4_3_order_successful/index.html">4_3_order_successful</a></div>
<div><a href="./pages/5_1_categories/index.html">5_1_categories</a></div>
<div><a href="./pages/6_1_order_history/index.html">6_1_order_history</a></div>
<div><a href="./pages/6_2_order_details/index.html">6_2_order_details</a></div>
<div><a href="./pages/7_1_info_template_1/index.html">7_1_info_template_1</a></div>
<div><a href="./pages/7_2_info_template_2/index.html">7_2_info_template_2</a></div>
<div><a href="./pages/8_1_my_wishlist/index.html">8_1_my_wishlist</a></div>
<div><a href="./pages/8_2_wishlist_detail/index.html">8_2_wishlist_detail</a></div>
<div><a href="./pages/8_3_no_wishlist/index.html">8_3_no_wishlist</a></div>
<div><a href="./pages/8_4_1_add_to_wishlist_modal/index.html">8_4_1_add_to_wishlist_modal</a></div>
<div><a href="./pages/8_4_2_create_list_modal/index.html">8_4_2_create_list_modal</a></div>
<div><a href="./pages/8_4_3_toast_wishlist_added/index.html">8_4_3_toast_wishlist_added</a></div>
<div><a href="./pages/8_4_4_edit_list_modal/index.html">8_4_4_edit_list_modal</a></div>
<div><a href="./pages/9_1_edit_profile/index.html">9_1_edit_profile</a></div>
<div><a href="./pages/9_2_change_password/index.html">9_2_change_password</a></div>
<div><a href="./pages/10_1_address_book/index.html">10_1_address_book</a></div>
<div><a href="./pages/10_2_address_form/index.html">10_2_address_form</a></div>
<div><a href="./pages/10_3_address_book_filled/index.html">10_3_address_book_filled</a></div>
<div><a href="./pages/10_4_address_form_filled/index.html">10_4_address_form_filled</a></div>
<div><a href="./pages/11_1_login/index.html">11_1_login</a></div>
<div><a href="./pages/12_1_register/index.html">12_1_register</a></div>
<div><a href="./pages/13_1_forgot_password/index.html">13_1_forgot_password</a></div>
<div><a href="./pages/13_2_email_submitted/index.html">13_2_email_submitted</a></div>
</body>
</html>