-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·33 lines (29 loc) · 1.07 KB
/
index.html
File metadata and controls
executable file
·33 lines (29 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>DHWI Example 1</title>
<link href='http://fonts.googleapis.com/css?family=Lustria' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>
Steve Henry's Personal Page
</h1>
<p>
I am the Music Librarian at the Michelle Smith Performing Arts Library at the University of Maryland.</br>
I'm on Twitter: <a href="https://twitter.com/SHHHenry">@SHHHenry</a></br>
I like the Courier font. Deal with it. </br>
I now know I also like the "Cutive Mono" font.
</p>
<p>Just adding a new line to test changing a file with Git</p>
<ul>
<li><a href="https://twitter.com/SHHHenry">Twitter</a></li>
<li><a href="http://www.mendeley.com/profiles/stephen-henry1/">Mendeley</a></li>
<li><a href="http://www.goodreads.com/user/show/2586058-steve-henry">Goodreads</a></li>
<li><a href="http://www.last.fm/user/spurioso">Last.fm</a></li>
<li><a href="http://www.google.com">Google</a></li>
</ul>
</body>
</html>