diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2020-11-01 10:51:09 -0400 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2020-11-01 10:51:09 -0400 |
commit | 89cadbf468519782bc9c2396d6f3f7d75703d846 (patch) | |
tree | 8397ffd1e8f2b7dc3169c5391241c477349fc54b /index.html |
initial commit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..21dc104 --- /dev/null +++ b/index.html @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<html> + <head> + <title>Homestuck^2: Preceding Canon</title> + <meta charset="utf-8"> + <link rel="stylesheet" href="style.css"> + </head> + <body> + <nav> + <span><a>Index</a></span> + <!-- <span><a href="search.html">Search</a></span> --> + <span>Jump to <a href="intro.html">first</a>, <a href="chapter14.html">latest</a> (10/15/2020)</span> + </nav> + <article> + <h1>Homestuck^2: Preceding Canon</h1> + <p><a href="https://florrie.ed1.club/precanon/"><i>Preceding Canon</i></a> is a crappily named (re)presentation of <a href="https://www.homestuck2.com/"><i>Homestuck^2: Beyond Canon</i></a> inspired by the design of the webcomic <a href="https://www.prequeladventure.com/"><i>Prequel</i></a>. Each chapter is one manually stylized page; there's also <s>a <a href="search.html">Search</a> page (for JS-enabled browsers)</s> (it's kinda shelved for now but you can mess around with it anyway).</p> + <p>While you can freely clone an archive of the site from the <a href="https://git.ed1.club/precanon.git">Git repository</a>, images are referenced cross-site from <code>https://www.homestuck2.com</code>, so you'll have to have a working connection for the accompanying panels to load.</p> + <ul id="chapters"> + <li><a href="intro.html">Somewhere, in the distant reaches of space...</a></li> + <li><a href="chapter1.html">CHAPTER 1. Ghostflusters</a></li> + <li><a href="chapter2.html">CHAPTER 2. Clown Logistics</a></li> + <li><a href="chapter3.html">CHAPTER 3. How Are Your Feelings</a></li> + <li><a href="chapter4.html">CHAPTER 4. The Contest</a></li> + <li><a href="chapter5.html">CHAPTER 5. YOUR 3Y3S H4V3 B33N CLOS3D</a></li> + <li><a href="chapter6.html">CHAPTER 6. A Conversation Regarding Relevance</a></li> + <li><a href="chapter7.html">CHAPTER 7. Distress Call From the Cloest</a></li> + <li><a href="chapter8.html">CHAPTER 8. A Daughter Astray</a></li> + <li><a href="chapter9.html">CHAPTER 9. How Goes The Eulogizing, Dear?</a></li> + <li><a href="chapter10.html">CHAPTER 10. 1 WOND3R WH4T TH3Y T4ST3 L1K3</a></li> + <li><a href="chapter11.html">CHAPTER 11. History's Most Notorious Haters</a></li> + <li><a href="chapter12.html">CHAPTER 12. Really Convolued Metaphorical Horseshit</a></li> + <li><a href="chapter13.html">CHAPTER 13. The Funeral</a></li> + <li><a href="chapter14.html">CHAPTER 14. The Best Laid Plans</a></li> + </ul> + <p><i>Preceding Canon</i> is a sister project to <a href="https://hsmusic.github.io/">HSMusic</a>; for reporting errors or issues, the same contact information applies. (Don't get on our case if it's only been a few days since the latest update and it hasn't been brought over yet, though - we'll get to it soon enough!)</p> + </article> + </body> +</html> |