This commit is contained in:
parent
cb9f484dcb
commit
2ecf8fae6b
3 changed files with 22 additions and 0 deletions
3
content/index.html
Normal file
3
content/index.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<h1>Hi there!</h1>
|
||||
|
||||
<p>Welcome to the site!</p>
|
8
content/pages/about.html
Normal file
8
content/pages/about.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "About"
|
||||
date: 2024-09-05T23:49:51-04:00
|
||||
draft: false
|
||||
---
|
||||
<h1>About Us!</h1>
|
||||
|
||||
<p>Who are we? What do we do? Do we know?!</p>
|
11
content/pages/contact.html
Normal file
11
content/pages/contact.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "Contact"
|
||||
date: 2024-09-05T23:49:51-04:00
|
||||
draft: false
|
||||
---
|
||||
<h1>Contact Us!</h1>
|
||||
<ul>
|
||||
<li>By email!</li>
|
||||
<li>By phone!</li>
|
||||
<li>By carrier pidgeon?</li>
|
||||
</ul>
|
Loading…
Reference in a new issue