Header.
This commit is contained in:
parent
378c795afc
commit
578367ef19
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>Hey there! My name is Marc.</title>
|
||||
<title>I'm Marc!</title>
|
||||
|
||||
<!-- Stylesheets -->
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
|
@ -13,7 +13,9 @@
|
|||
<body>
|
||||
<!-- Header start -->
|
||||
<header>
|
||||
<p id="title">Hey there! My name is Marc. </p>
|
||||
<a name="top"></a>
|
||||
<p id="header_title">Hey there! My name is Marc.</p>
|
||||
|
||||
|
||||
</header>
|
||||
<!-- Header end -->
|
||||
|
|
Loading…
Reference in a new issue