-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain site.html
48 lines (48 loc) · 1.52 KB
/
main site.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="Web services (1).png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Virat's Web Services</title>
<link rel="stylesheet" href="styles1.css">
<link rel="Web services.png">
</head>
<body>
<header>
<h1>Virat's Web Services</h1>
<hr>
<nav>
<ul>
<li><a href="#services">Services</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section id="services">
<h2>Our Services</h2>
<p>We offer web services from logo making, to website building.</p>
</section>
<section id="about">
<h2>About Us</h2>
<p>Our company will make webpages and logos for you at a price, contact Virat for more info.</p>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>Get in touch with Virat for more information.</p>
</section>
<section id="webpages made">
<h2>here are a list of webpages created by us.</h2>
<p><a href="index.html">Autocklicker and soundboard website.</a>
</p>
</section>
</main>
</body>
<img src="Web services (1).png">
<h1><b>Our logo.</b></h1>
<footer>
<p>© 2024 Virat's Web Services. All rights reserved.</p>
</footer>
</html>