You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
507 B
21 lines
507 B
<div class='grid flex'> |
|
<div class='col_12 center'> |
|
<h1>Score Informatie Systeem</h1> |
|
</div> |
|
</div> |
|
|
|
<div class='grid flex'> |
|
<div class='col_3'> |
|
</div> |
|
<div class='col_4 right'> |
|
<?php echo form_open(base_url('login/')); ?> |
|
<label for='text2'>Username:</label> |
|
<?php echo form_input('username'); ?><br> |
|
<label for='text2'>Password:</label> |
|
<?php echo form_input('password'); ?><br> |
|
<?php echo form_submit('login', 'Login'); ?> |
|
</div> |
|
<div class='col_5'> |
|
</div> |
|
|
|
</div> <!-- End Grid -->
|