-
Notifications
You must be signed in to change notification settings - Fork 0
/
c.html
44 lines (42 loc) · 1.79 KB
/
c.html
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
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> ARMAN_HOSEN </title>
<link rel="stylesheet" href="c.css">
<link rel="shortcut icon" type="image/x-icon" href="https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/account-menu-icon.png"/>
</head>
<body>
<nav>
<div class="menu">
<div class="logo">
<a href="index.html">ARMAN HOSSEN</a>
</div>
<ul>
<li><a href="s.html">SIGNUP</a></li>
<li><a href="login.html">LOGIN</a></li>
<li><a href="webhelp.html">WEB-HELP</a></li>
<li><a href="m.html">LEARN MORE</a></li>
</ul>
</div>
</div>
</nav>
<div class="img"></div>
<div class="center">
<div class="title">DISTRACTIONS!</div>
<div class="sub_title">ft.SOCIAL MEDIA++</div>
<div class="btns">
<button><a href="https://www.facebook.com/i.am.ahrn" style="color:#1DA1F2;text-decoration:none">FACEBOOK</a></button>
<button><a href="https://www.instagram.com/i.am.ahrn" style="color:#E1306C;text-decoration:none">INSTAGRAM</a></button>
<button><a href="https://www.youtube.com/@1ahrn" style="color:#FF0000;text-decoration: none;">YOUTUBE</a></button>
<br><br>
<button><a href="https://twitter.com/i_am_ahrn" style="color:#1DA1F2;text-decoration:none">TWITTER</a></button>
<button><a href="https://github.com/1ahrn" style="color:orangered;text-decoration: none;">GITHUB</a></button>
<!---
<button><a href="" style="color:#E60023;text-decoration: none;"></a></button>
--->
</div>
</div>
</div>
</body>
</html>