-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (42 loc) · 1.72 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<link rel="stylesheet" href="./global.css" />
<link rel="stylesheet" href="./index.css" />
<link
rel="stylesheet"
/>
</head>
<body>
<div class="macbook-pro-1">
<div class="macbook-pro-1-child"></div>
<div class="free-no">Free - No Spam - No Data Sharing</div>
<div class="show-me-how">Show me how it looks</div>
<div class="our-team-scouts">
Our team scouts the internet for the best designs, illustrations and art
and delivers a truly inspiring one every day to your inbox
</div>
<b class="an-inspiring-design"
>An inspiring design delivered to your inbox every morning</b
>
<img class="dweep-io-1" alt="" src="./public/dweep-io-1.svg" />
<div class="macbook-pro-1-item"></div>
<div class="your-e-mail-address">Your e-mail address</div>
<div class="macbook-pro-1-inner"></div>
<b class="register-now">Register Now</b>
<div class="rectangle-div"></div>
<div class="hellodweepio">[email protected]</div>
<div class="made-with-love">Made with love in India</div>
<div class="dweepio">Dweep.io</div>
<div class="contribute-to-dweep">Contribute to Dweep</div>
<div class="your-data-on">Your data on Dweep.io</div>
<div class="all-contributors">All Contributors</div>
<div class="prompt-generator">Prompt Generator</div>
<div class="dweep-daily">Dweep Daily</div>
<img class="linkedinlogo-icon" alt="" src="./public/linkedinlogo.svg" />
<img class="instagramlogo-icon" alt="" src="./public/instagramlogo.svg" />
</div>
</body>
</html>