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'; }); });
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments