-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
40 lines (37 loc) · 1.05 KB
/
index.php
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<<<<<<< HEAD
<title>TAASIT Index</title>
=======
<title>TAASIT - Time and Attendance, Advanced Security and Inventory Tracking</title>
<!-- Import stylesheet -->
>>>>>>> origin/master
<link rel = "stylesheet" type = "text/css" href = "stylesheet.css">
</head>
<body>
<div id="page">
<header id="header">
<div id="logo">
<h1><a href="index.php">TAAS<span>IT</span></a></h1>
</div>
<!-- Top-right navigation options -->
<div id="top-nav">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="login.php">Login</a></li>
<li><a href="#">Help</a></li>
</ul>
</div>
<div class="clr"></div>
</header>
<div id="feature">
<h1>Leading in Industrial and Home Security Technology</h1>
</div>
<footer id="footer">
<p>© Copyright <a href="#">Your Site</a> | <a href="#">Terms of Use</a> | <a href="#">Privacy Policy</a></p>
<div class="clr"></div>
</footer>
</div>
</body>
</html>