mirror of
https://github.com/openziti/zrok.git
synced 2025-01-18 11:58:17 +01:00
slightly better ui scaffolding for registration (#50)
This commit is contained in:
parent
8067b6e9f9
commit
efee9cdd53
@ -4,9 +4,16 @@ const Register = () => {
|
|||||||
const { token } = useParams();
|
const { token } = useParams();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div className={"zrok"}>
|
||||||
<h1>Register!</h1>
|
<div className={"container"}>
|
||||||
<p>token = "{token}"</p>
|
<div className={"header"}>
|
||||||
|
<img alt={"ziggy goes to space"} src="/ziggy.svg" width={"65px"} />
|
||||||
|
<p className={"header-title"}>zrok</p>
|
||||||
|
</div>
|
||||||
|
<div className={"main"}>
|
||||||
|
<h1>Register a new zrok account!</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user