-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (29 loc) · 821 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Future VR Tech</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Welcome to Future VR Tech</h1>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="products.html">Products</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<main>
<section>
<h2>Innovative VR Solutions</h2>
<p>Explore the world of Virtual Reality with our cutting-edge technology and devices.</p>
</section>
</main>
<footer>
<p>© 2024 Future VR Tech</p>
</footer>
</body>
</html>