added link to css

merge-requests/1/head
bmatt 2016-04-10 21:46:56 -04:00
parent 3e236493b7
commit 5d6f924638
1 changed files with 3 additions and 2 deletions

View File

@ -2,10 +2,11 @@
<html> <html>
<head> <head>
<title>Matthew Ess</title> <title>Matthew Ess</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head> </head>
<body> <body>
<h1>Matthew Ess</h1> <h1 class="title">Matthew Ess</h1>
<hr> <hr>
<p>Dedicated problem solver and developer, looking for interesting challenges to solve.</p> <p class="text">Dedicated problem solver and developer, looking for interesting challenges to solve.</p>
</body> </body>
</html> </html>