diff options
| author | surya <surya@urbanecologycollective.org> | 2026-04-18 14:39:59 -0400 |
|---|---|---|
| committer | surya <surya@urbanecologycollective.org> | 2026-04-18 14:39:59 -0400 |
| commit | 40d2a460af1eecb7ccf7f302479a6a7afe410da7 (patch) | |
| tree | 7f8a9a9d51e53cad82e213121f95c692c4ef87ec /public/index.html | |
init
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..6d48cd3 --- /dev/null +++ b/public/index.html @@ -0,0 +1,74 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="robots" content="index, follow"> + + <link rel="alternate" type="application/rss+xml" title="RSS" href="https://urbanecologycollective.org/rss.xml"> + + <title>ecoblog</title> + + <link rel="preload" href="https://urbanecologycollective.org/css/style.css" as="style"> + <link rel="stylesheet" href="https://urbanecologycollective.org/css/reset.css"> + <link rel="stylesheet" href="https://urbanecologycollective.org/css/suCSS.css"> + <link rel="stylesheet" href="https://urbanecologycollective.org/css/style.css"> + <link rel="stylesheet" href="https://urbanecologycollective.org/css/custom.css"> + + <!-- Add favicon with appropriate sizes --> + <link rel="icon" href="https://urbanecologycollective.org/favicon.ico"> + + </head> + <body> + + + + + <nav id="nav-bar"> + + <a href="/" class=""> + + home + </a> + + <a href="https://urbanecologycollective.org/wiki" class=""> + + wiki + </a> + + </nav> + + <main> + + <h2 id="ecoblog">ecoblog</h2> + + + + <ul class="posts"> + + <li> + <a href="https://urbanecologycollective.org/blog/little-forest-floor/">A Little Forest Floor in a Raised Bed</a> + <span class="date">2025-12-01</span> + </li> + + <li> + <a href="https://urbanecologycollective.org/blog/native-plant-garden/">Designing a Native Plant Garden</a> + <span class="date">2025-09-23</span> + </li> + + </ul> + + + + + </main> + + <footer> + <!-- <hr> --> +<!-- <div id="footer-container"> --> +<!-- <p>Made using <a target="_blank" rel="noopener noreferrer" href="https://github.com/Speyll/anemone">anemone</a> Zola theme</p> --> +<!-- </div> --> + + </footer> + </body> +</html> |
