1
0
mirror of https://github.com/robonen/metr.git synced 2026-06-19 17:45:21 +00:00

Added js + redacted php

This commit is contained in:
Konstantin Vinokurov
2022-04-29 15:33:18 +07:00
parent f0fa19d3cd
commit bafe213bd9
8 changed files with 26 additions and 0 deletions
View File
+12
View File
@@ -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';
};
View File
View File
+12
View File
@@ -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';
};
View File
+1
View File
@@ -23,4 +23,5 @@
</div>
</form>
</div>
<script src="public/js/login.js"></script>
@endsection
+1
View File
@@ -166,4 +166,5 @@
</div>
</div>
</footer>
<script src="public/js/main_page.js"></script>
@endsection