Commit
This commit is contained in:
parent
9fb06395a9
commit
c8e45bce9e
12
example.php
12
example.php
@ -12,15 +12,9 @@ include_once("template/_header.php");
|
||||
<br>
|
||||
<h3>Dette er en eksempel side.</h3>
|
||||
<br>
|
||||
<p>This will be on the page</p>
|
||||
|
||||
<form action="" method="post" style="border: 1px solid #aaa; padding: 12px">
|
||||
<h2>Login</h2>
|
||||
<br>
|
||||
<input type="text" name="" id="" placeholder="Brukernavn">
|
||||
<input type="password" name="" id="">
|
||||
<input type="button" value="Logg inn">
|
||||
</form>
|
||||
<h4>Dette er en eksempel side.</h4>
|
||||
<br>
|
||||
<p>Dette er en eksempel side.</p>
|
||||
|
||||
<?php
|
||||
// Include the rest of the page
|
||||
|
Reference in New Issue
Block a user