comparison src/this.html @ 12:5551c7b1a4cb

add private
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 15 Sep 2025 18:12:59 -0600
parents 5419663ca6ca
children
comparison
equal deleted inserted replaced
11:998dbbab9f26 12:5551c7b1a4cb
8 <body> 8 <body>
9 <script> header() </script> 9 <script> header() </script>
10 <div content> 10 <div content>
11 <h1>This Website</h1> 11 <h1>This Website</h1>
12 12
13 <p>Here is <a href="https://hg.reactionary.software/repo/arkian/">the source</a> of this webite. To get it, first install <a href="https://www.mercurial-scm.org/">Mercurial</a>. Then on the command line, do:</p> 13 <p>Here is <a href="https://hg.reactionary.software/repo/arkian/">the source</a> of this website. To get it, first install <a href="https://www.mercurial-scm.org/">Mercurial</a>. Then on the command line, do:</p>
14 14
15 <code block> 15 <code block>
16 hg clone https://hg.reactionary.software/repo/arkian 16 hg clone https://hg.reactionary.software/repo/arkian
17 </code> 17 </code>
18 18
42 ./serve.sh 42 ./serve.sh
43 </code> 43 </code>
44 44
45 <p>Then in your browser, go to <a href="http://localhost:8080/">http://localhost:8080/</a>.</p> 45 <p>Then in your browser, go to <a href="http://localhost:8080/">http://localhost:8080/</a>.</p>
46 46
47 <p>This website may be updated as needed, particularly to fix broken links.</p> 47 <p>There is also <a href="https://hg.reactionary.software/repo/arkian_private/">a private website</a> containing private info that you need. Ask another Arkian to give you access to it. All of the above applies to the private website as well.</p>
48
49 <p>These websites may be updated as needed, particularly to fix broken links.</p>
48 </div> 50 </div>
49 </body> 51 </body>
50 </html> 52 </html>