Created
August 24, 2020 14:08
-
-
Save hungdev/47978d7a472747f6a542b6451d2aa58c to your computer and use it in GitHub Desktop.
import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" href="%PUBLIC_URL%/css/bootstrap.css"> | |
<link rel="stylesheet" href="%PUBLIC_URL%/css/home.css"> | |
<link rel="stylesheet" href="%PUBLIC_URL%/css/product.css"> | |
<link rel="stylesheet" href="%PUBLIC_URL%/css/cart.css"> | |
<link rel="stylesheet" href="%PUBLIC_URL%/css/success.css"> | |
<script src="%PUBLIC_URL%/js/jquery-3.3.1.js"></script> | |
<script src="%PUBLIC_URL%/js/bootstrap.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment