22 lines
309 B
HTML
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>
|