Added egypt

This commit is contained in:
yourname
2026-06-05 16:42:47 +03:00
commit 59f1cf4a8b
26 changed files with 771 additions and 0 deletions

32
egypt/script.js Normal file
View File

@@ -0,0 +1,32 @@
//Nav li
var button = document.getElementById("li1");
button.addEventListener("click", function(){
document.location.href = 'index.html';
});
var button = document.getElementById("li2");
button.addEventListener("click", function(){
document.location.href = 'History.html';
});
var button = document.getElementById("li3");
button.addEventListener("click", function(){
document.location.href = 'Explore.html';
});
//btns
var button = document.getElementById("btn1");
button.addEventListener("click", function(){
document.location.href = '/Explore.html';
});
var button = document.getElementById("btn2");
button.addEventListener("click", function(){
document.location.href = "www.google.com/maps/place/Egypt";
});