karnov.club/index.html
Marc Cataford e3bb3570b5 Header.
2015-06-20 15:49:46 -04:00

22 lines
309 B
HTML

<html>
<head>
<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>