profile-site/main.js

10 lines
181 B
JavaScript
Raw Normal View History

2021-01-14 07:30:54 -05:00
// document.getElementById("vegetable-dash").scrollIntoView();
2021-01-14 14:40:08 -05:00
function page1() {
document.location = '#meet';
}
function page2() {
document.location = '#vegetable-dash';
}