mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-06 15:45:54 -05:00
9 lines
181 B
JavaScript
9 lines
181 B
JavaScript
// document.getElementById("vegetable-dash").scrollIntoView();
|
|
|
|
function page1() {
|
|
document.location = '#meet';
|
|
}
|
|
|
|
function page2() {
|
|
document.location = '#vegetable-dash';
|
|
}
|