-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (46 loc) · 1.63 KB
/
index.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<!--
New Perspectives on HTML5 and CSS3
Author: Christie Beason
Date: 10/07/2018
Filename:index.html
-->
<meta charset="utf-8">
<meta name="keywords" content="" />
<title>Home Page</title>
<link rel="stylesheet" type="text/css" href="main.css" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body background="background.jpg">
<header>
<div class="center">
<br><img src="colored-logo-nlf-large.png" title="" alt="" width="600" height="400">
</div>
<nav>
<ul class="topnav">
<li><a href="index.html" class="active">Home</a>
</li>
<li><a href="repairs.html">Repairs</a>
</li>
<li><a href="prices.html">Prices</a>
</li>
<!-- <li><a href="gallery.html">Gallery</a>
</li>-->
<li><a href="aboutus.html">About Us</a>
</li>
</ul>
</nav>
<div class="devices">
<b><p align="left;"> We work on all different kind of devices, like:</p></b><br>
<b><p>Smart Phones</p></b>
<b><p>Laptops</p></b>
<b><p>Desktops</p></b>
<b><p>Tablets</p></b>
<b><p>Printers</p></b>
<b><p>Monitors</p></b>
</div>
</header>
</body>
</html>