Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.

Commit 71a722b

Browse files
committed
update icon web
1 parent 357ce3d commit 71a722b

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

src/main/webapp/view/AccountAdmin.jsp

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
2323
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.2/jquery-confirm.min.css">
2424
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
25+
26+
<link rel="icon" type="image/x-icon" href="<%=request.getContextPath()%>/img/icon_web.png">
2527
</head>
2628
<body onload="time()" class="app sidebar-mini rtl">
2729
<jsp:include page="navbaradmin.jsp"/>

src/main/webapp/view/OrderAdmin.jsp

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
1919
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.2/jquery-confirm.min.css">
2020
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
21+
22+
<link rel="icon" type="image/x-icon" href="<%=request.getContextPath()%>/img/icon_web.png">
2123
</head>
2224

2325
<body onload="time()" class="app sidebar-mini rtl">

src/main/webapp/view/ProductAdmin.jsp

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
2020
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.2/jquery-confirm.min.css">
2121
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
22+
23+
<link rel="icon" type="image/x-icon" href="<%=request.getContextPath()%>/img/icon_web.png">
2224
</head>
2325

2426
<body onload="time()" class="app sidebar-mini rtl">

src/main/webapp/view/admin.jsp

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
2222
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.2/jquery-confirm.min.css">
2323
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.13.7/css/dataTables.bootstrap4.min.css">
24+
25+
<link rel="icon" type="image/x-icon" href="<%=request.getContextPath()%>/img/icon_web.png">
2426
</head>
2527

2628
<body onload="time()" class="app sidebar-mini rtl">

src/main/webapp/view/manageAdmin.jsp

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.2/jquery-confirm.min.css">
2222
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
2323
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.13.7/css/dataTables.bootstrap4.min.css">
24+
25+
<link rel="icon" type="image/x-icon" href="<%=request.getContextPath()%>/img/icon_web.png">
2426
</head>
2527
<body onload="time()" class="app sidebar-mini rtl">
2628
<jsp:include page="navbaradmin.jsp"/>

src/main/webapp/view/payment.jsp

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<link rel="stylesheet" href="<%=request.getContextPath()%>/style/payment.css" />
2525
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
2626
<script src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
27+
28+
<link rel="icon" type="image/x-icon" href="<%=request.getContextPath()%>/img/icon_web.png">
2729
</head>
2830

2931
<body>

0 commit comments

Comments
 (0)