-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
57 lines (42 loc) · 1.38 KB
/
contact.html
File metadata and controls
57 lines (42 loc) · 1.38 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>contact</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>
<main>
<div class="template">
<div class="template-1">
<div class="profile"> <p class="contact-li"> Mohammed Dayan</p>
<img class="contact-img"src="./Unknown.jpg">
</div>
</div>
<div class="social-media">
<a href="https://m.facebook.com/p/100054590096298/"><img src="./Facebook.png"></img></a>
<a href="https://www.instagram.com/hakerxphan7/"><img src="./Instagram.png"></img></a>
<a href="https://twitter.com/HakerPhan"><img src="./Twitter.png"></img></a>
<a href="https://www.youtube.com/@hakerphan8477/featured"><img src="./Youtube.png"></img></a>
</div>
</div>
<div class="blank"></div>
</main>
</br>
<footer class="copy">
<p> copyright © forbearance.com -
created by Mohammed Dayan</p>
</footer>
</body>
</html>