-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a0d6f0
commit df27b24
Showing
128 changed files
with
80,214 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, shrink-to-fit=no" | ||
/> | ||
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
|
||
<title>Store - Your Best Marketplace</title> | ||
|
||
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" /> | ||
<link href="style/main.css" rel="stylesheet" /> | ||
</head> | ||
|
||
<body> | ||
<!-- Bootstrap core JavaScript --> | ||
<script src="/vendor/jquery/jquery.slim.min.js"></script> | ||
<script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script> | ||
<script> | ||
AOS.init(); | ||
</script> | ||
</body> | ||
</html> |
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
// Import Bootstrap 4 Library | ||
@import "../vendor/bootstrap/scss/bootstrap.scss"; |
Oops, something went wrong.