ChatGPT

PHOTO EMBED

Wed Jul 31 2024 23:04:58 GMT+0000 (Coordinated Universal Time)

Saved by @Black_Shadow

// app/static/js/navigation.js

document.addEventListener('DOMContentLoaded', () => {
    document.getElementById('home-button').addEventListener('click', () => {
        window.location.href = '/home';
    });

    document.getElementById('salled-button').addEventListener('click', () => {
        window.location.href = '/salled';
    });
});
content_copyCOPY

https://chatgpt.com/