mirror of
https://github.com/robonen/metr.git
synced 2026-03-20 19:04:43 +00:00
13 lines
235 B
JavaScript
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';
|
|
};
|
|
|