-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
42 lines (35 loc) · 1.33 KB
/
about.html
File metadata and controls
42 lines (35 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Kanishk Bhani">
<meta name="description" content="This page is about me.">
<title>About me </title>
<link rel="icon" href="html5.png" type="image/x-icon">
<link rel="stylesheet" href="main.css" type="text/css">
</head>
<body>
<h1>Hi, I'm Kanishk Bhani</h1>
<hr>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distinctio ipsam quidem tempora minus harum ipsa impedit animi hic, iure suscipit ab eum repellat aliquam ex at voluptas nostrum placeat nulla!
</p>
<ul>
<li>Download an <a href="html5.png" download> HTML favicon</a></li>
<li>
Contact me at <a href="mailto:random@email.com">my email address.</a>
</li>
<li>
Dial <a href="tel:+911234567890">my phone number</a>
</li>
<li>
<a href="https://www.google.com/" target="_blank">Google</a> in a new tab.
</li>
</ul>
<hr>
<<<© <a href="about.html">Kanishk Bhani</a> >>>
<p>
<a href="/">Back to Home</a>
</p>
</body>
</html>