-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHead.php
More file actions
29 lines (27 loc) · 1.12 KB
/
Head.php
File metadata and controls
29 lines (27 loc) · 1.12 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
<!Doctype Html>
<Html lang="en">
<title>softweb</title>
<head>
<Link type="text/css" rel="stylesheet" href="Externalstylesheet/homestylesheet.css"/>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="softwebCss.css" type="text/css">
</head>
<body>
<div class="container5">
<div>
<div class="container">
<img id="callus" src="Images\callus.png">
<H4 style="text-align:left; ">For Enquiry <br> Call (+234) 8037395918 </H4>
<div id="topnav" style="float:center; width: 100%; height:30px; word-spacing:20px; font-size: 100%;
padding-center:60px; padding-top: 6px; white-space: nowrap; text-align: center; background-color:#800000;">
<nav>
<a href="index.php"><b>Home</b></a>
<a href="Service.php"><b>Services</b></a>
<a href="about.php"><b>About</b></a>
<a href="Contact.php"><b>Contact</b></a>
<a href="clients.php"><b>Clients</b></a>
<b class="active" style="float:right"><a href="Client_Reg_Details">Login</a> </b>
<b class="active" style="float:right"><a href="Client_Reg_Details/signup.php">Register</a> </b>
</nav>
</dIV>