2015-06-20 19:43:41 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2015-06-20 20:02:27 +00:00
|
|
|
<title>I'm Marc!</title>
|
2015-06-20 19:49:46 +00:00
|
|
|
|
|
|
|
<!-- Stylesheets -->
|
|
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
|
|
|
|
|
|
<!-- JS -->
|
|
|
|
|
2015-06-20 19:43:41 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2015-06-20 19:49:46 +00:00
|
|
|
<!-- Header start -->
|
|
|
|
<header>
|
2015-06-20 20:02:27 +00:00
|
|
|
<a name="top"></a>
|
|
|
|
<p id="header_title">Hey there! My name is Marc.</p>
|
|
|
|
|
2015-06-20 19:49:46 +00:00
|
|
|
|
|
|
|
</header>
|
|
|
|
<!-- Header end -->
|
2015-06-20 19:43:41 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|