forked from dsasaank-369/Pokemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
24 lines (24 loc) · 898 Bytes
/
about.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
<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>About</title>
<link rel="stylesheet" href="about.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
</head>
<body>
<section id="main">
<div class="about">
<p>
Hi! My name is Sasaank, and I am a fourth-year student at SASTRA
University. For those who are new to Hactoberfest, the website is a
basic project to work on. It's basic and straightforward, so go ahead
and solve the issue and submit your first successful pull request.
Happy learning!!
</p>
</div>
</section>
<section id="copy"><p class="co">© 2021 Sasaank</p></section>
</body>
</html>