-
Notifications
You must be signed in to change notification settings - Fork 0
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
suyog ojha
committed
Nov 12, 2022
1 parent
4d31bc5
commit 90d5fa7
Showing
4 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
|
@@ -46,12 +46,34 @@ | |
font-weight: 900; | ||
} | ||
</style> | ||
|
||
<meta name="referrer" content="no-referrer-when--downgrade"> | ||
</head> | ||
<body> | ||
{% include 'store/inc/navbar.html' %} | ||
{% block content %} | ||
|
||
{% endblock content %} | ||
<!-- whatapp api --> | ||
<a target="_blank" href="https://wa.me/+9779814327222?text=please%contact%20me%20for%20any%20information" class="whatappchatapp"> | ||
<img src="/static/images/whatapp.png" width="70px;" alt="no image found"> | ||
</a> | ||
|
||
<!-- twak.tio api --> | ||
<!--Start of Tawk.to Script--> | ||
<script type="text/javascript"> | ||
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); | ||
(function(){ | ||
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; | ||
s1.async=true; | ||
s1.src='https://embed.tawk.to/636f73b2b0d6371309cea665/1ghllnt7q'; | ||
s1.charset='UTF-8'; | ||
s1.setAttribute('crossorigin','*'); | ||
s0.parentNode.insertBefore(s1,s0); | ||
})(); | ||
</script> | ||
<!--End of Tawk.to Script--> | ||
|
||
<script src="{% static '/js/jquery-3.6.1.min.js' %}" ></script> | ||
<script src="{% static '/js/custom.js' %}" ></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script> | ||
|