-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (36 loc) · 1.54 KB
/
index.html
File metadata and controls
47 lines (36 loc) · 1.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Cool Cat Website</title>
</head>
<body>
<header>
<h1>COOL CAT</h1>
<div class="head_items">
<a href="home.html" class="head_hyperlink">Home</a>
<a href="mailto:m8011029@gsstulsipur.edu.np" class="head_hyperlink">Contact</a>
<a href="info.html" class="head_hyperlink">Cat Info</a>
<a href="index.html" class="head_hyperlink">Login</a>
<input type="search" class="head_search" placeholder="SEARCH">
<a href="search.html"><img src="search.png" class="head_img"></a>
</div>
</header>
<!-- <img src="1.png" class="cool_cat"> -->
<div class="form">
<div class="items">
<h3>Login Your Cool Cat ID</h3>
<input type="name" placeholder="Type Your Name" class="form_credentials">
<input type="email" placeholder="Type Your Mail" class="form_credentials">
<input type="password" placeholder="Type Your Password" class="form_credentials">
<input type="submit" value="Login" class="form_credentials" id="submit">
<a class="form_option" href="">Forgot Password?</a>
<a class="form_option" href="">Create New Account</a>
</div>
<div class="items">
</div>
</div>
</body>
</html>