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

View File

@ -1,12 +1,12 @@
{ {
"files": { "files": {
"main.css": "/static/css/main.74f501c5.css", "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", "static/media/unknown.png": "/static/media/unknown.880d04d4611a45ab1001.png",
"index.html": "/index.html" "index.html": "/index.html"
}, },
"entrypoints": [ "entrypoints": [
"static/css/main.74f501c5.css", "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