-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb.html
More file actions
39 lines (39 loc) · 1.1 KB
/
web.html
File metadata and controls
39 lines (39 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<style>
{
box
}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dapa investments</title>
<a href="https://www.w3schools.com" target="blank">w3schools</a>
<a href="https://www.google.com/">Google</a>
<img src="patrick.jpg" alt="blank" width="350" height="650">
<hr>
</style>
</head>
<body style="background-color:rgba(0,0,0,0);">
<div style="color: tomato;">Legal notice</div>
<div style="color: tomato;">Terms of use</div>
<div style="color: tomato;">confidentiality</div>
<div style="color: tomato;">contact us</div>
<div>
<ul style="color: yellow;";bod>
<li>Subscribe</li>
<li>Secure Payment</li>
<li>Guaranteed Quality Creation</li>
<li>Customer Service</li>
<li>FAQ</li>
</ul>
</div>
<div>
<ul style="color: yellowgreen;">
<li>Instagram</li>
<li>Youtube</li>
<li>Twitter</li>
</ul>
</div>
</body>
</html>