mirror of
https://github.com/openziti/zrok.git
synced 2025-01-03 12:39:07 +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();
|
||||
|
||||
return (
|
||||
<div>
|
||||
<h1>Register!</h1>
|
||||
<p>token = "{token}"</p>
|
||||
<div className={"zrok"}>
|
||||
<div className={"container"}>
|
||||
<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>
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user