-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdaztab-lite.html
44 lines (39 loc) · 1.35 KB
/
daztab-lite.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
<!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</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-lite-logo.png" alt="DazTab Logo" class="project-logo">
</div>
<h3>DazTab</h3>
</a>
</div>
<h2>A simple start page extension</h2>
<h2>Get DazTab</h2>
<p>To experience the minimalist style of DazTab, simply install it through Chrome Web Store. Click <a href="https://chrome.google.com/webstore/detail/daztab-lite/bagdffmnpgghcehadgmhcppaphpdfmbb" target="_blank">here</a> to install.</p>
</main>
<footer>
© 2023 Zigao's Personal Website. All rights reserved.
</footer>
</body>
</html>