-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (30 loc) · 1.19 KB
/
index.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
<!DOCTYPE html>
<!-- this is my First html project -->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unacademy Clone</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="utils.css">
</head>
<body>
<div class="container">
<div classes="header">
<nav>
<div class="logo"><img src="./Pictures/logo.png" alt="Logo"></div>
<button class="login"></button>
</nav>
<main>
<h1><b><big>Log in</big></b></h1>
<input type="search" name="search" placeholder="Enter you mobile number " id="search">
<h4><u>Founder</u>: 𝑺𝒉𝒖𝒃𝒉𝒂𝒎 𝑺𝒉𝒂𝒓𝒎𝒂</h4>
<a href="https://unacademy.com/"><i>Official Unacademy Link</i></a>
<img src="https://static.uacdn.net/production/_next/static/images/home-illustration.svg?q=75&auto=format%2Ccompress&w=750" height="300" width="500" />
</main>
</div>
</div>
</div>
</body>
</html>