From 1773671c5ba4175447af7eff9ba6874d5e58d98c Mon Sep 17 00:00:00 2001 From: conzer Date: Fri, 6 Dec 2024 01:28:20 -0500 Subject: [PATCH] th --- examples/header.hy | 9 ++++++--- examples/output.htm | 8 ++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/examples/header.hy b/examples/header.hy index 97f4620..216705f 100644 --- a/examples/header.hy +++ b/examples/header.hy @@ -1,6 +1,9 @@ - -

Welcome to Hylia!

-

This is a reusable header component.

+ + I am in the body element. + +

I am not in the body element.

+ + I am outside the body element, but inside the outside element.
\ No newline at end of file diff --git a/examples/output.htm b/examples/output.htm index 5a6aac8..e4ba8b9 100644 --- a/examples/output.htm +++ b/examples/output.htm @@ -1,11 +1,7 @@ - -Hello Hylia! - -

Hello Hylia!

-

This is an example content.

-

Hello!


Hello again!

+I am in the body element. +I am outside the body element, but inside the outside element.