-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (55 loc) · 1.59 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Memo</title>
<!-- Font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css" integrity="sha512-10/jx2EXwxxWqCLX/hHth/vu2KY3jCF70dCQB8TSgNjbCVAC/8vai53GfMDrO2Emgwccf2pJqxct9ehpzG+MTw==" crossorigin="anonymous"
referrerpolicy="no-referrer" />
<!-- Custom stylesheet -->
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="header">
<div class="memo">
<a href="#memo">memo</a>
</div>
<a href="#game">Games</a>
<a href="#about">About</a>
</div>
<section>
<div class="About" id="about">
<p>About Me</p>
</div>
<div class= "Para">
<p class="para-memo">My name is Mehrmah fatima. I'm 3 years old. Favorite snacks is all the snackes. Favourite cartoon Doremon
I love to play tennis too much. I love my Papa, mama and Akka
</p>
</div>
</section>
<section>
<div class="About mischeif-heading">
<p>My Mischeif</p>
</div>
<div class= "mischeif ">
<p class="para-memo">
I don't do that much mischiefs. I'm just tease my sisters.
I'm very good girl. You know :)
</p>
</div>
</section>
<section>
<div class="input space" id="game">
<h2>Can you play Game with me?</h2>
<button class="button1">No</button>
<button class="button2">Yes</button>
</div>
</section>
<section>
<footer id="memo">
<p>Copyright ⓒ memo</p>
</footer>
</section>
<script src="index.js" charset="utf-8"></script>
</body>
</html>