diff --git a/src/component/core/head.astro b/src/component/core/head.astro new file mode 100644 index 0000000..9ee8080 --- /dev/null +++ b/src/component/core/head.astro @@ -0,0 +1,15 @@ +--- + +const { + title +} = Astro.props + +--- + +
+ + + + +Hello World!
Some initial bold text
@@ -69,5 +62,4 @@ import "../styles/global.css"