Header.
This commit is contained in:
parent
757248cd4c
commit
e3bb3570b5
1 changed files with 13 additions and 1 deletions
14
index.html
14
index.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue