summaryrefslogtreecommitdiff
path: root/www/login.php
diff options
context:
space:
mode:
authoroweissbarth2014-03-10 18:14:47 +0100
committeroweissbarth2014-03-10 18:14:47 +0100
commit583cbb70612da905ed778d3cf8e8eaa186c680d8 (patch)
tree87d5fa787688c677b79db03c1f857a54e7d8734e /www/login.php
parent73d6eba65a8bc84e21d6de42df50b31f59eb48fc (diff)
downloadfiles.iamfabulous.de-583cbb70612da905ed778d3cf8e8eaa186c680d8.tar.gz
added register form and required attribute. Edited input field spacing
Diffstat (limited to 'www/login.php')
-rw-r--r--www/login.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/login.php b/www/login.php
index e65cfef..470065d 100644
--- a/www/login.php
+++ b/www/login.php
@@ -1,5 +1,7 @@
<?php include("header.html");?>
+ <link rel="stylesheet" type="text/css" href="login.css">
+
<div class="login-area">
<h1 class="login-area"> Log in </h1>
<form id="login-form" method='post' action='/login'>