summaryrefslogtreecommitdiffstats
path: root/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'contact.html')
-rw-r--r--contact.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/contact.html b/contact.html
deleted file mode 100644
index 89b609f..0000000
--- a/contact.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="UTF-8">
-<title>Contact Us</title>
-<link rel="stylesheet" type="text/css" href="styles/style.css">
-</head>
-<body>
- <header><h1>Contact us</h1></header>
- <nav>
- <dl>
- <dt><a href=".">Home</a></dt>
- <dt><a href="categories.php">Categories</a></dt>
- <dt><a href="login.html">Login</a></dt>
- </dl>
- </nav>
- <div id="content">
- <p>Name: SomeCompany Ltd.<br>Telephone: +1-555-6383<br>Address: SomeStreet in Alamo</p>
- <div class="spacer"></div>
- </div>
- <footer>Copyright by SomeCompany Ltd.</footer>
-</body>
-</html> \ No newline at end of file