github.com/saadullahsaeed/fragmenta-cms@v1.5.4/src/pages/views/setup.html.got (about) 1 <section> 2 <h1>Welcome to Fragmenta</h1> 3 <h2>Let's get started...</h2> 4 <section class="setup"> 5 <p>Please enter the details you'd like to use for your admin user</p> 6 <form method="post"> 7 <input name="email" value="" placeholder="example@example.com" type="text"> 8 <input name="password" value="" placeholder="your password" type="password"> 9 <input type="submit" value="Create Admin"> 10 </form> 11 </section> 12 </section>