-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblog.html
More file actions
48 lines (37 loc) · 1.12 KB
/
blog.html
File metadata and controls
48 lines (37 loc) · 1.12 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
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>blogs</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header>
<div class="nav">
<img class="nav-img"src="Hakerphan.png" alt="ERROR 404"></img>
<ul>
<li><a href="home.html">home</a></li>
<li><a href="blog.html">blog</a></li>
<li><a href="contact.html">contact</a></li>
<li><a href="about.html">about</a></li>
</ul>
</div>
</header>
<main>
<div class="content-main-blog">
<div class="main.blogs">
<div class="blog-1"> <a href="anime.html" ><img class="blog-img"src="./Animeblog.png" alt="error 404"></img>
</a></div>
<div class="blog-2"> <a href="everyfree.html" ><img class="blog-img"src="./Everyfreeblog.png" alt="error 404"></img>
</a></div>
<div class="blog-3"> <a href="cars.html" ><img class="blog-img"src="./Carblog.png" alt="error 404"></img>
</a></div>
</div>
</div>
</main>
<footer class="copy">
<p> copyright © forbearance.com -
created by Mohammed Dayan</p>
</footer>
</body>
</html>