diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-05-27 02:56:07 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-05-27 02:56:07 -0400 |
| commit | f175552dcd86cda7a7fcafc1db211084fabd65a0 (patch) | |
| tree | 48139b2e960f05517d9e175f463a38ab95cd57f1 /src/pages | |
| parent | 7f58741cfea43780fcd8702afffeaea6cd322029 (diff) | |
actually did a bit of writing
Diffstat (limited to '')
| -rw-r--r-- | src/pages/index.html | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/src/pages/index.html b/src/pages/index.html index 4cb32f3..fd24512 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -1,4 +1,17 @@ +<!--: extends base.html --> +<!--: replace title --> +home +<!--: endreplace --> + +<!--: replace body --> <main> - <h1>wowowowow</h1> - <p>aaaaa</p> + <section> + <h2>So, what is this?</h2> + <p> + The Evil Transgenders Club is intended to be a silly little internet + community for queer people and allies, primarily those interested in tech - + though all are welcome. + </p> + </section> </main> +<!--: endreplace --> |
