-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.5 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 1.5 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
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<script>(function(s){s.dataset.zone='10322348',s.src='https://gizokraijaw.net/vignette.min.js'})([document.documentElement, document.body].filter(Boolean).pop().appendChild(document.createElement('script')))</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>driver-3d - Home</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>driver-3d</h1>
<nav>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="terms-of-service.html">Terms of Service</a></li>
</ul>
</nav>
</header>
<main>
<section class="intro">
<h2>About driver-3d</h2>
<p>driver-3d is designed to provide users with an efficient way to manage and share their Google Drive files. Our application offers robust features to organize, share, and manage your files with ease.</p>
</section>
<section class="features">
<h2>Features</h2>
<ul>
<li>Easy file management</li>
<li>Secure file sharing</li>
<li>Comprehensive file search</li>
<li>File preview and organization</li>
</ul>
</section>
</main>
<footer>
<p>© 2024 driver-3d. All rights reserved.</p>
</footer>
</body>
</html>