Fix register redirect (#258)

This commit is contained in:
OdinsBadEye 2024-02-19 11:15:06 +00:00 committed by GitHub
parent 75b1877872
commit 9188fb3beb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 8 deletions

View File

@ -178,7 +178,7 @@
a {
color: white;
margin-bottom: 2em;
margin-bottom: 1em;
}
a:visited {
@ -196,9 +196,8 @@
</div>
<h3 id="uq-name">Welcome ${our}!</h3>
<h4>Apps:</h4>
<h3>Apps:</h3>
<a id="app-store" href="/main:app_store:sys/">App Store</a>
<br />
<a id="chess" href="/chess:chess:sys/">Chess</a>
</div>
<script>window.ourName = window.our = '${our}'</script>

View File

@ -1,12 +1,12 @@
{
"files": {
"main.css": "/static/css/main.74f501c5.css",
"main.js": "/static/js/main.77d268ea.js",
"main.js": "/static/js/main.084b4a46.js",
"static/media/unknown.png": "/static/media/unknown.880d04d4611a45ab1001.png",
"index.html": "/index.html"
},
"entrypoints": [
"static/css/main.74f501c5.css",
"static/js/main.77d268ea.js"
"static/js/main.084b4a46.js"
]
}

File diff suppressed because one or more lines are too long