-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhome.html
More file actions
61 lines (44 loc) · 1.53 KB
/
home.html
File metadata and controls
61 lines (44 loc) · 1.53 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
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>home</title>
<link rel="stylesheet" href="main.css"></link>
</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><br><br>
<main>
<div class="home-intro">
<h1>Welcome to Forbearance</h1><br>
<p class="main-line">Explore new blogs I write my thoughts here you can read my blogs it won't be that interesting . it will be kinda stupid but you can read </p>
</div><br>
<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>
<script>
("This website is built using a phone so some some bugs and glitches may appear on other devices")
</script>
</body>
</html>