profile-site/main.js
2021-01-14 14:40:08 -05:00

9 lines
181 B
JavaScript

// document.getElementById("vegetable-dash").scrollIntoView();
function page1() {
document.location = '#meet';
}
function page2() {
document.location = '#vegetable-dash';
}