-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
22 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title>About Me</title> | ||
<link rel="stylesheet" type="text/css" href="index.css"/> | ||
<meta charset="UTF-8" /> | ||
<meta name="author" content="My Name" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<!-- hmh 2018-11-16 I added this html page to be linked to my menu bar --> | ||
</head> | ||
<body> | ||
<h1>About me</h1> | ||
<p>My name is Hannah Hostetler and I am an [almost] graduate of University of Pittsburgh at Greensburg. I enjoy learning languages, fashion, and baking.</p> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters