1
0
mirror of https://github.com/robonen/metr.git synced 2026-03-20 19:04:43 +00:00
Files
metr/public/js/main_page.js
Konstantin Vinokurov bafe213bd9 Added js + redacted php
2022-04-29 15:33:18 +07:00

13 lines
235 B
JavaScript

console.log("Test");
document.getElementById('user').onclick = function() {
window.location.href = 'signin.html';
};
document.getElementById('catalog').onclick = function() {
window.location.href = 'signin.html';
};