Indentation

merge-requests/30/head
Bob Mottram 2022-10-09 15:19:14 +01:00
parent 011bd3538c
commit 3769cf8223
1 changed files with 97 additions and 95 deletions

View File

@ -1,124 +1,126 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>JavaScript</title> <title>JavaScript</title>
<!-- styles --> <!-- styles -->
<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style.css">
</head> </head>
<body> <body>
<div id="container"> <div id="container">
<main> <main>
<header id="main-header"> <header id="main-header">
<h3>INTERNET</h3> <h3>INTERNET</h3>
</header> </header>
<article> <article>
<header id="article-header"> <header id="article-header">
<h1>EPICYON</h1> <h1>EPICYON</h1>
<h6>ActivityPub server for the Small Web</h6> <h6>ActivityPub server for the Small Web</h6>
</header> </header>
<section id="intro"> <section id="intro">
<p> <p>
Do you want to run a fediverse instance on a small computer or laptop? Do you want to run a fediverse instance on a small computer or laptop?
Hate websites with poor accessibility bloated with insecure javascript? Hate websites with poor accessibility bloated with insecure javascript?
Want to keep things simple, small and low maintenance? Want to keep things simple, small and low maintenance?
If so, then the Epicyon ActivityPub server is for you. If so, then the Epicyon ActivityPub server is for you.
</p> </p>
<p> <p>
<span id="title">The Epicyon user manual</span> <span id="title">The Epicyon user manual</span>
introduces you to the basics of how to install and administer introduces you to the basics of how to install and administer a
a fediverse instance, avoiding the pitfalls and gaining the fediverse instance, avoiding the pitfalls and gaining the advantages
advantages of having your own social presence on the open web. of having your own social presence on the open web.
</p> </p>
</section> </section>
<section id="inside"> <section id="inside">
<header id="section-header"> <header id="section-header">
<h3>What's Inside</h3> <h3>What's Inside</h3>
</header> </header>
<ul> <ul>
<li>Installation and configuration</li> <li>Installation and configuration</li>
<li>User profiles and timelines</li> <li>User profiles and timelines</li>
<li>Customisation and moderation</li> <li>Customisation and moderation</li>
<li>The sharing economy</li> <li>The sharing economy</li>
<li>Building web communities</li> <li>Building web communities</li>
</ul> </ul>
<p>This book assumes readers understand the basics of Linux system administration.</p> <p>This book assumes readers understand the basics of Linux system administration.</p>
</section> </section>
<section id="author"> <section id="author">
<p> <p>
<span id="author-name">Bob Mottram</span> is a free software developer with a focus on federated, autonomous and self-hosted server systems. He maintains a blog at blog.libreserver.org. <span id="author-name">Bob Mottram</span> is a free software developer with a
</p> focus on federated, autonomous and self-hosted server systems. He maintains
a blog at blog.libreserver.org.
</p>
</section> </section>
</article> </article>
</main> </main>
<aside> <aside>
<div id="quotes"> <div id="quotes">
<p class="quote"> <p class="quote">
Smaller than Mastodon Smaller than Mastodon
</p> </p>
<p class="author">-Cyber Cucumber</p> <p class="author">-Cyber Cucumber</p>
<p class="quote"> <p class="quote">
Web standards made fun Web standards made fun
</p> </p>
<p class="author">-Tacitus</p> <p class="author">-Tacitus</p>
<p class="quote"> <p class="quote">
Rewilding the internet Rewilding the internet
</p> </p>
<p class="author">-Coffeehouse Mob</p> <p class="author">-Coffeehouse Mob</p>
<p class="quote"> <p class="quote">
The javascriptphobe's favorite instance The javascriptphobe's favorite instance
</p> </p>
<p class="author">-Dunthorpe</p> <p class="author">-Dunthorpe</p>
<p class="quote"> <p class="quote">
Eight out of ten cats on the internet say their owners approve Eight out of ten cats on the internet say their owners approve
</p> </p>
<p class="author">-Ms Beans</p> <p class="author">-Ms Beans</p>
<p class="quote">
Go for walkies through the fediverse
</p>
<p class="author">-Mutley</p>
</div>
<div id="free-ebook">
<img src="img/ebooks.png" alt="free ebook">
</div>
</aside>
<footer id="page-footer">
<p id="instructions">
To download their free eBook in ePub and other formats, owners of
this book should visit https://gitlab.com/bashrc2/epicyon
</p>
<img src="img/logo.gif" alt="publisher">
<p id="price">$0.00 / £0.00 [INCLUDING eBOOK]</p>
</footer>
<p class="quote">
Go for walkies through the fediverse
</p>
<p class="author">-Mutley</p>
</div> </div>
<div id="free-ebook"> </body>
<img src="img/ebooks.png" alt="free ebook">
</div>
</aside>
<footer id="page-footer">
<p id="instructions">
To download their free eBook in ePub and other formats, owners of
this book should visit https://gitlab.com/bashrc2/epicyon
</p>
<img src="img/logo.gif" alt="publisher">
<p id="price">$0.00 / £0.00 [INCLUDING eBOOK]</p>
</footer>
</div>
</body>
</html> </html>