Added: MVC structure, Router, Views and Controllers for home page and login/signup
This commit is contained in:
9
app/views/auth/signin.php
Normal file
9
app/views/auth/signin.php
Normal file
@ -0,0 +1,9 @@
|
||||
<section class="signin">
|
||||
<form>
|
||||
<label for="username">Username</label>
|
||||
<input type="text" name="username" id="username">
|
||||
<label for="password">Password</label>
|
||||
<input type="password" name="password" id="password">
|
||||
<input type="submit" value="Sign In" id="submit-signin">
|
||||
</form>
|
||||
</section>
|
Reference in New Issue
Block a user