diff options
author | Adam T. Carpenter <atc@53hor.net> | 2022-12-02 21:59:55 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2022-12-02 21:59:55 -0500 |
commit | 47e946e70117ecafa14222c08c374a304d44d46e (patch) | |
tree | 22d4c877d007905003d33eb4b1dea1cc7fb135f5 /pages/blue.php | |
parent | c05cf3a46bd7166c076249daeaae5bb11986445f (diff) | |
download | 53hor-47e946e70117ecafa14222c08c374a304d44d46e.tar.xz 53hor-47e946e70117ecafa14222c08c374a304d44d46e.zip |
feat: publish gatsby
feat: new drafts
Diffstat (limited to 'pages/blue.php')
-rw-r--r-- | pages/blue.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pages/blue.php b/pages/blue.php new file mode 100644 index 0000000..6e58cb8 --- /dev/null +++ b/pages/blue.php @@ -0,0 +1,19 @@ +<h1>Ol' Blue</h1> + +<p> <img alt="Ol' Blue" src="https://nextcloud.53hor.net/index.php/s/BKfCxcJKHwNXtMt/preview" /> </p> + +<h1>106000 mi</h1> + +<ol> + <li value="106000"> + <ul> + <li>Ice cream, tire rotation.</li> + <li>Ice cream, tire rotation.</li> + </ul> + </li> + <li value="105890"> + <ul> + <li>Road trip, trans rebuild</li> + </ul> + </li> +</ol> |