about summary refs log tree commit diff
path: root/MatrixUtils.Web/Pages/User/DMSpaceStages/DMSpaceStage0.razor
blob: 5f6508cce243dc521aebdc0995be43d0dba8c5bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<b>
    <u>Welcome to the DM Space tool!</u>
</b>
<p>This wizard will help you set up a DM space.</p>
<p>This is useful for eg. sharing DM rooms across multiple accounts.</p>
<br/>
<LinkButton href="/User/DMSpace/Setup?stage=1">Get started</LinkButton>

@code {

}