From 338bcf12e0b7bbd6e587ec992e62860642856e80 Mon Sep 17 00:00:00 2001 From: "houston[bot]" Date: Sat, 22 Jul 2023 12:57:20 -0700 Subject: Initial commit from Astro --- src/components/Header.astro | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/components/Header.astro (limited to 'src/components/Header.astro') diff --git a/src/components/Header.astro b/src/components/Header.astro new file mode 100644 index 0000000..4d3da1f --- /dev/null +++ b/src/components/Header.astro @@ -0,0 +1,25 @@ +--- +import HeaderLink from './HeaderLink.astro'; +import { SITE_TITLE } from '../consts'; +--- + +
+

+ {SITE_TITLE} +

+ +
+ -- cgit v1.2.3