-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (40 loc) · 1.65 KB
/
index.html
File metadata and controls
42 lines (40 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ZCHHolmes Technology Educations</title>
<link rel="stylesheet" href="../CSS/index.css?>">
</head>
<body>
<header>
<img src = "">
</header>
<nav>
<ul>
<li><a style="box-sizing:border-box;background-color: #000000;border-bottom: 5px solid white" href="/index.html">Home</a></li>
<li><a style="box-sizing:border-box;background-color: #000000;border-bottom: 5px solid white" href="/Template/products.php">Products</a></li>
<li><a style="box-sizing:border-box;background-color: #000000;border-bottom: 5px solid white" href="/Template/news.php">News</a></li>
<li><a style="box-sizing:border-box;background-color: #000000;border-bottom: 5px solid white" href="/Template/about.php">About</a></li>
<li><a style="box-sizing:border-box;background-color: #000000;border-bottom: 5px solid white" href="/Template/contact.php">Contact</a></li>
<li><a style="box-sizing:border-box;background-color: #000000;border-bottom: 5px solid white" href="/Template/password.php">UserList</a></li>
<li><a style="box-sizing:border-box;background-color: #000000;border-bottom: 5px solid white" href="/Template/user.php">User</a></li>
</ul>
</nav>
<br/>
<br/>
<h2>
ZCHHolmes Techonology Educations, where your dream starts.
</h2>
<p>
<div>
<a style="box-sizing:border-box;border-bottom: 5px solid white" href="/Template/password.php">UserList</a>
</div>
<div>
<a style="box-sizing:border-box;border-bottom: 5px solid white" href="/Template/UserCrossDomain.php">UserList Cross Domains</a>
</div>
</p>
<footer>
Copyright © 2017 ZCHHolmes All Rights Reserved.
</footer>
</body>
</html>