summaryrefslogtreecommitdiffstats
path: root/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'login.html')
-rw-r--r--login.html41
1 files changed, 0 insertions, 41 deletions
diff --git a/login.html b/login.html
deleted file mode 100644
index 4455b0e..0000000
--- a/login.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="UTF-8">
-<title>User</title>
-<link rel="stylesheet" type="text/css" href="styles/style.css">
-</head>
-<body>
- <header><h1>Customer login</h1></header>
- <nav>
- <dl>
- <dt><a href="contact.html">Contact us</a></dt>
- <dt><a href="categories.php">Categories</a></dt>
- <dt><a href=".">Home</a></dt>
- </dl>
- </nav>
- <div id="content">
- <form action="http://www-in.fh-swf.de/fbp-cgi/showenv.pl" method="post">
- <h1>User</h1>
- <div class="row">
- <label for="username"><u>U</u>sername:</label><input class="formw" type="text"
- placeholder="Username" id="username" name="username" accesskey="u"
- maxlength="100">
- </div>
- <div class="row">
- <label for="password"><u>P</u>assword:</label><input class="formw" type="password"
- placeholder="Password" id="password" name="password" accesskey="p">
- </div>
- <div class="spacer">&nbsp;</div>
- <button type="submit" accesskey="l">
- <u>L</u>ogin
- </button>
- <button type="reset" accesskey="r">
- <u>R</u>eset
- </button>
- </form>
- <div class="spacer"></div>
- </div>
- <footer>Copyright by SomeCompany Ltd.</footer>
-</body>
-</html> \ No newline at end of file