« get me outta code hell

index.html - precanon - Homestuck^2: Preceeding Canon - (re)presentation of HS2 stylized upon Prequel
summary refs log tree commit diff
path: root/index.html
blob: 21dc1047d699ad3c806485ce3291539b4b8ee235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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>