-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (51 loc) · 2.08 KB
/
Copy pathindex.html
File metadata and controls
57 lines (51 loc) · 2.08 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 lang="en">
<head>
<title>Assasin</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<div class="navbar">
<div class="icon">
<div class="logo">
<h2>ASSASSIN</h2>
</div>
</div>
<div class="menu">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">SERVICE</a></li>
<li><a href="#">DESINE</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
</div>
<div class="search">
<input class="srch" type="srh" name="search" placeholder="Type Here">
<a href="#"><button class="btn">Search</button></a>
</div>
</div>
<div class="containt">
<h1>Web Desiner and <br><span>Developer</span></br> as beginner</h1>
<p class="pera">Yo i'm beginner as web Developer this is 1st web page that i just create, well i face some problems <br> But after taking some rest some means A hole freaking day and understanding the meaning behind the things </br> I create this web page And yeah i'm the one who create this page so you not find same looking page anywhere, if you find just case on them</p>
<button class="btn"><a href="#">JOIN</a></button>
<div class="form">
<h2>LOGIN HERE</h2>
<input type="email" name="eamil" placeholder="Enter your eamil here...">
<input type="password" name=" " placeholder="Password">
<button class="log"><a href="#">Log in</a></button>
<p class="link">Don't have acount<br>
<a href="#">Sign up here</a></p>
<p class="liw">Long in with</p>
<div class="icon">
<a href="https://www.facebook.com/login.php"><ion-icon name = "logo-facebook"></ion-icon></a>
<a href="https://www.instagram.com/"><ion-icon name = "logo-instagram"></ion-icon></a>
<a href="https://www.google.com/"><ion-icon name = "logo-google"></ion-icon></a>
</div>
</div>
</div>
</div>
<script src="https://unpkg.com/ionicons@5.4.0/dist/ionicons.js"></script>
</body>
</html>