mirror of
https://github.com/robonen/metr.git
synced 2026-06-20 01:55:22 +00:00
Added js + redacted php
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
console.log("Test");
|
||||
|
||||
|
||||
|
||||
document.getElementById('user').onclick = function() {
|
||||
window.location.href = 'signin.html';
|
||||
};
|
||||
|
||||
document.getElementById('catalog').onclick = function() {
|
||||
window.location.href = 'signin.html';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user