collect static

This commit is contained in:
Egor Matveev
2022-03-03 11:38:31 +03:00
parent bf2c6586b6
commit 20f703629d
145 changed files with 30212 additions and 8 deletions

12
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 = '../..'
}