-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
41 lines (35 loc) · 1.36 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="abbey ola">
<meta name="description" content="About me">
<link rel="icon" href="html.png"
type="image/x-icon">
<link rel="stylesheet" href="main.css" type="text/css">
<title>About html</title>
</head>
<body>
<h1>Hi i'm Abbey</h1>
<hr>
<p>
Lorem ipsum dolor sit amet consectetur,
adipisicing elit. Distinctio veniam accusamus
maiores quisquam eos ipsum vero, itaque harum
laborum tenetur porro, repellat cupiditate dolor
ptates mollitia commodi qui. Possimus?
</p>
<hr>
<ul>
<li>Dowoload an <a href="html.png" download="html.png">HTML 5 favicon</a></li>
<li>contact me at <a href="mailto:[email protected]">my mail address</a> </li>
<li>Dial <a href="tel: +2348162010121">my phone number</a></li>
<li>open <a href="https://www.google.com" target="_blank">Google</a> in a new tab</li>
</ul>
<hr>
< < < © <a href="index.html">abbey ola</a> > > >
<p>
<a href="/">Back to home</a>
</p>
</body>
</html>