-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
37 lines (31 loc) · 1000 Bytes
/
Copy pathservices.html
File metadata and controls
37 lines (31 loc) · 1000 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width:device width, initial-scale: 1.0">
<link rel="stylesheet" type="text/css" href="style 1.css">
</head>
<body>
<div class="header2">
<h2>LET US BEGIN!</h2>
</div>
<!-- Navigation Bar -->
<div class="nav">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="content">CONTENT</a></li>
<li><a href="services.html">SERVICES</a></li>
<li><a href="about.html">ABOUT</a></li>
<li style="float: right; margin-right:30px;"><a href="about.html#login"; blank="_target">LOGIN</a></li>
<li style="float: right; margin-right:10px"><a href="about.html#signup">SIGN UP</a></li>
</ul>
</div>
<!-- Main -->
<section>
<h2>OUR SERVICES</h2>
<div class="rside">
<p>This is an example right side website.</p>
</div>
</section>
</body>
</html>