19 lines
264 B
HTML
19 lines
264 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
|
||
|
<title>Hello Hylia!</title>
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<header />
|
||
|
<p>This is the main content.</p>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
<h1> Welcome to Hylia! </h1>
|
||
|
<p>This is a reusable header component.</p>
|
||
|
|
||
|
</html>
|