hylia/examples/output.html

19 lines
264 B
HTML
Raw Normal View History

<!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>