-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 851 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>My Profile</title>
</head>
<body>
<div align="center">
<h1>AJ Henley</h1>
<h2>Software Developer</h2>
<hr>
<h3>About Me:</h3>
<h4>My hometown is Nashville, TN.</h4>
<h4>My favorite color is Green.</h4>
<h4>My favorite food is Brisket.</h4>
<h4>If I could be any animal, I would be A/AN dog.</h4>
<h3>About my students</h3>
<h4>My name is Shana, and I am a farmer in coder clothes.</h4>
<div class="my-style"></div>
</div>
</body>
</html>