Skip to content
Snippets Groups Projects
Commit e6211ee6 authored by Thomas Roos's avatar Thomas Roos
Browse files

Fill the reset page

parent 8a92e2b8
Branches
No related tags found
No related merge requests found
......@@ -11,10 +11,37 @@ const Reset = () => {
<Hero title='Reset' subtitle="Please don't hurt my database :(" />
<h1>React Router demo</h1>
Hoi dit de Reset
<Footer />
<section className="section">
<div className="container">
<h1 className='title'>Are your very sure?</h1>
<h5 className='subtitle'>This cannot be undone...</h5>
<hr />
<div class="field is-grouped">
<div class="control">
<button class="button is-danger">Everything</button>
</div>
<div class="control">
<button class="button is-warning">People</button>
</div>
<div class="control">
<button class="button is-warning">Exam</button>
</div>
<div class="control">
<button class="button is-warning">Student validation</button>
</div>
<div class="control">
<button class="button is-warning">Gradeing</button>
</div>
</div>
</div>
</section>
</div>
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment