-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (33 loc) · 1.18 KB
/
index.html
File metadata and controls
38 lines (33 loc) · 1.18 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
<!DOCTYPE html>
<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>lab01</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1 class="main">Welcome to my anime list page </h1>
</header>
<main>
<nav>
<ul id="links">
<li><a href="https://myanimelist.net/">Home Page</a></li>
<li><a href="https://myanimelist.net/login.php?from=%2F">Log in</a></li>
<li><a href="https://myanimelist.net/register.php?from=%2F">Sign up</a></li>
</ul>
</nav>
<p class="para1">type ur anime please ..?</p>
<p class="para2">type ur character in ur anime ..?</p>
<p class="para3">what is your rating to your anime ..?</p>
<p class="para4">now can u type ur name to save it to me ..?</p>
</main>
<footer id="foot">
<h4><a href="https://qph.fs.quoracdn.net/main-qimg-39541eb89c4428370b37f968c4d79c4c">don't miss to click here </a></h4>
<h4>©Copyright 2021 for lovers anime </h4>
</footer>
</body>
<script src="app.js"></script>
</html>