This commit is contained in:
Marc Cataford 2015-06-20 15:49:46 -04:00
parent 757248cd4c
commit e3bb3570b5

View file

@ -1,10 +1,22 @@
<html>
<head>
<title>Hi! I'm Marc.</title>
<title>Hey there! My name is Marc.</title>
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="style.css">
<!-- JS -->
</head>
<body>
<!-- Header start -->
<header>
<p id="title">Hey there! My name is Marc. </p>
</header>
<!-- Header end -->
</body>
</html>