summaryrefslogtreecommitdiff
path: root/www/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/login.php')
-rw-r--r--www/login.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/login.php b/www/login.php
index e28b940..fbb6356 100644
--- a/www/login.php
+++ b/www/login.php
@@ -12,9 +12,9 @@
*/
?>
-<?php include("header.html");?>
+<?php include("static/header.html");?>
- <link rel="stylesheet" type="text/css" href="login.css">
+ <link rel="stylesheet" type="text/css" href="static/login.css">
<div class="login-area">
<h1 class="login-area"> Log in </h1>
@@ -27,4 +27,4 @@
</form>
</div>
-<?php include("footer.html");?>
+<?php include("static/footer.html");?>