-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
daztab.html
56 lines (49 loc) · 2.04 KB
/
daztab.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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3NHFVTRVLZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3NHFVTRVLZ');
</script>
<a href="index.html" class="logo">
<img src="logo.png" alt="Logo" class="logo-image">
</a>
<title>Daztab - Browse with Ease</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h1>Daztab</h1>
</header>
<main>
<div class="project-section">
<a href="https://daztab.com" target="_blank">
<div class="icon">
<img src="daztab-logo.png" alt="Daztab Logo" class="project-logo">
</div>
<h3>Daztab</h3>
</a>
</div>
<h2>About Daztab</h2>
<p>Daztab is an innovative Chrome extension that transforms your new tab page into a sleek and efficient dashboard, providing you with a personalized browsing experience. With Daztab, you can customize your dashboard, access your favorite websites, view the weather, track your to-do list, and more, all in one place.</p>
<h2>Key Features</h2>
<ul>
<li>Customizable dashboard</li>
<li>Quick access to your favorite websites</li>
<li>Weather information</li>
<li>Customizable to-do list</li>
<li>Integrated search functionality</li>
</ul>
<h2>Get Daztab</h2>
<p>To experience the power of Daztab, simply install the Chrome extension from the Chrome Web Store. Stay organized, stay productive, and transform your new tab page today!</p>
<a href="https://chrome.google.com/webstore/detail/daztab/hbmlahbmfllldaoljckllpmlcdoihhdn" class="install-button">Install Daztab</a>
</main>
<footer>
© 2023 Zigao's Personal Website. All rights reserved.
</footer>
</body>
</html>