diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-06-12 13:54:55 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-06-12 13:54:55 +0100 |
| commit | 9ca07414286ef1139ba8dce5be0cfd51b24970c4 (patch) | |
| tree | 22ecbe00b5de4689873a9e92797d7a65cd274051 /website/src/pages/housewarming.astro | |
| parent | 37256df1ad3a722100ee7becb918f054c92abe9c (diff) | |
housewarming
Diffstat (limited to 'website/src/pages/housewarming.astro')
| -rw-r--r-- | website/src/pages/housewarming.astro | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/website/src/pages/housewarming.astro b/website/src/pages/housewarming.astro new file mode 100644 index 0000000..517a588 --- /dev/null +++ b/website/src/pages/housewarming.astro @@ -0,0 +1,32 @@ +--- +import Page from '../layouts/Page.astro'; +--- + +<Page title="Joe's housewarming" description="Details for Joe's housewarming, July 2024"> + <section> + <h1>Joe's housewarming</h1> + + <p> + I, Joe Carstairs, hereby promise to keep this webpage updated with + accurate information. + </p> + + <dl> + <dt>when</dt> + <dd>2pm-6pm Sunday 21 July 2024</dd> + + <dt>where</dt> + <dd>57 Manor Place, EH3 7EG</dd> + + <dt>what to wear</dt> + <dd>whatever you like (as long as it's decent)</dd> + + <dt>what to bring</dt> + <dd> + good food and/or good drink and/or good chat and/or good tunes + and/or just your good self + </dd> + </dl> + </section> +</Page> + |
