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

Commit

Permalink
Merge pull request #23 from bakaqc/dev
Browse files Browse the repository at this point in the history
update icon web
  • Loading branch information
bakaqc authored Dec 8, 2023
2 parents 9ea9bd9 + 71a722b commit 32e298e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/webapp/view/AccountAdmin.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.2/jquery-confirm.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">

<link rel="icon" type="image/x-icon" href="<%=request.getContextPath()%>/img/icon_web.png">
</head>
<body onload="time()" class="app sidebar-mini rtl">
<jsp:include page="navbaradmin.jsp"/>
Expand Down
2 changes: 2 additions & 0 deletions src/main/webapp/view/OrderAdmin.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.2/jquery-confirm.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">

<link rel="icon" type="image/x-icon" href="<%=request.getContextPath()%>/img/icon_web.png">
</head>

<body onload="time()" class="app sidebar-mini rtl">
Expand Down
2 changes: 2 additions & 0 deletions src/main/webapp/view/ProductAdmin.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.2/jquery-confirm.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">

<link rel="icon" type="image/x-icon" href="<%=request.getContextPath()%>/img/icon_web.png">
</head>

<body onload="time()" class="app sidebar-mini rtl">
Expand Down
2 changes: 2 additions & 0 deletions src/main/webapp/view/admin.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.2/jquery-confirm.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.13.7/css/dataTables.bootstrap4.min.css">

<link rel="icon" type="image/x-icon" href="<%=request.getContextPath()%>/img/icon_web.png">
</head>

<body onload="time()" class="app sidebar-mini rtl">
Expand Down
2 changes: 2 additions & 0 deletions src/main/webapp/view/manageAdmin.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.2/jquery-confirm.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.13.7/css/dataTables.bootstrap4.min.css">

<link rel="icon" type="image/x-icon" href="<%=request.getContextPath()%>/img/icon_web.png">
</head>
<body onload="time()" class="app sidebar-mini rtl">
<jsp:include page="navbaradmin.jsp"/>
Expand Down
2 changes: 2 additions & 0 deletions src/main/webapp/view/payment.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<link rel="stylesheet" href="<%=request.getContextPath()%>/style/payment.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
<script src="https://cdn.jsdelivr.net/npm/toastify-js"></script>

<link rel="icon" type="image/x-icon" href="<%=request.getContextPath()%>/img/icon_web.png">
</head>

<body>
Expand Down

0 comments on commit 32e298e

Please sign in to comment.