This commit is contained in:
Egor Matveev
2021-07-11 10:28:12 +03:00
commit 9c0123cbf2
102 changed files with 6285 additions and 0 deletions

12
Main/static/js/scripts.js Normal file
View File

@@ -0,0 +1,12 @@
function main() {
window.location.href = "/main"
}
function logout() {
window.location.href = "/exit"
}
function settings() {
window.location.href = "/settings"
}
function admin() {
window.location.href = '../..'
}