Finish variables

This commit is contained in:
conzer 2024-12-05 23:53:34 -05:00
parent 89fff8112f
commit 1f98b9c421
7 changed files with 164 additions and 88 deletions

View file

@ -1,18 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello Hylia!</title>
</head>
<title>Hello Hylia!</title>
<body>
<header />
<p>This is the main content.</p>
</body>
<h1> Welcome to Hylia! </h1>
<p>This is a reusable header component.</p>
<header>
<h1>Hello Hylia!</h1>
<p>
<p>This is an example content.</p>
</html>