feat: Update home page to have a create account button under heading
This commit is contained in:
parent
7d18a85fff
commit
c24ab6ad48
@ -49,6 +49,10 @@
|
||||
</header>
|
||||
<section style="background: rgb(39,38,46);">
|
||||
<div class="container bg-dark py-5">
|
||||
<div class="text-center" style="margin-bottom: 50px;">
|
||||
<h1>Want to get started?</h1>
|
||||
<p>Simply login below button to create your account</p><button class="btn btn-primary" type="button" onclick="{{varo}}">Create your site</button>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-xl-6 text-center mx-auto">
|
||||
<p class="fw-bold text-success mb-2">Features</p>
|
||||
|
Loading…
Reference in New Issue
Block a user