-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathview.html
More file actions
43 lines (43 loc) · 1.4 KB
/
view.html
File metadata and controls
43 lines (43 loc) · 1.4 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
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>MegaStyle|ByDear With</title>
<link rel="icon" href="Favi.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>MegaStyle</h1>
<a href="index.html">Home</a>
</header>
<main>
<h1>View</h1>
<div>
<h3>Blue Stylish</h3>
<img src="BlueStylish.png">
<a href="Blue Stylish.css">
<button>Download</button>
</a>
</div>
<div>
<h3>Green Mazic</h3>
<img src="Green Mazic.png">
<a href="Green Mazic.css">
<button>Download</button>
</a>
</div>
<div>
<h3>Dark Cian</h3>
<img src="Dark Cian.png">
<a href="Dark Cian.css">
<button>Download</button>
</a>
</div>
</main>
<footer>
<h1>MegaStyle</h1>
<p>©ByDear With</p>
</footer>
</body>
</html>