mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 16:43:24 +03:00
Fix register redirect (#258)
This commit is contained in:
parent
75b1877872
commit
9188fb3beb
@ -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>
|
||||||
|
@ -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
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user