-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.js
27 lines (21 loc) · 869 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
document.getElementById("myButton").onclick = function () {
location.href ="https://apps.apple.com/in/genre/mac/id39?mt=12";
};
document.getElementById("myDownload").onclick = function () {
location.href = "https://play.google.com/store/apps?hl=en&gl=GB";
};
document.getElementById("myBut").onclick = function () {
location.href ="https://apps.apple.com/in/genre/mac/id39?mt=12";
};
document.getElementById("myDown").onclick = function () {
location.href = "https://play.google.com/store/apps?hl=en&gl=GB";
};
document.getElementById("signUp").onclick = function () {
location.href = "signup/signup.html";
};
document.getElementById("signIn").onclick = function () {
location.href = "signup/signup.html";
};
document.getElementById("signUpp").onclick = function () {
location.href = "signup/sigup.html";
};