Commit 2f6888b6f0a6ec8dd12a88bbf4f259ff41646e4a
1 parent
34066c4caf
Exists in
master
minor change
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
index.html
... | ... | @@ -18,7 +18,7 @@ |
18 | 18 | <!-- SPELLS --> |
19 | 19 | <script type="text/javascript" src="js/jquery-3.2.1.js"></script> |
20 | 20 | <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.25/angular.min.js"></script> |
21 | - <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.25/angular-route.js"></script> | |
21 | + <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.25/angular-route.js"></script> | |
22 | 22 | <link rel="stylesheet" type="text/css" href="css/bootstrap.css"> |
23 | 23 | <link rel="stylesheet" type="text/css" href="css/custom.css"> |
24 | 24 | <script src="https://checkout.razorpay.com/v1/checkout.js"></script> |
... | ... | @@ -68,7 +68,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
68 | 68 | <body ng-controller="mainController" id="front"> |
69 | 69 | <div style="font-size:24px;position: fixed; top:50%; right:0; width: 70px;height: 40px;background-color: #303030;border-top-left-radius: 25px; border-bottom-left-radius: 25px;border: 2px solid #303030; z-index: 999; padding: 5px;text-align: center;" > |
70 | 70 | <!-- <button style="font-size:24px;position: fixed; width: 70px;height: 40px;background-color: #303030;border-top-left-radius: 25px; border-bottom-left-radius: 25px;border: 2px solid #303030;"> --> |
71 | - <a href="https://web.whatsapp.com/send?phone=+918283056881&text=Hello!" target="_blank" style= "color:#fff;cursor: pointer;"> <i class="fa fa-whatsapp" ></i> | |
71 | + <a href="https://wa.me/918283056881" target="_blank" style= "color:#fff;cursor: pointer;"> <i class="fa fa-whatsapp" ></i> | |
72 | 72 | </a> |
73 | 73 | <!-- </button> --> |
74 | 74 | </div> | ... | ... |