misc update

This commit is contained in:
sashinexists
2025-01-09 06:13:01 +11:00
parent b29bc550c5
commit c4c26c0b4f
27 changed files with 797 additions and 20 deletions

44
build/support.html Normal file
View File

@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="/styles/main.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
<header class="site-header">
<h1 class="page-title"><a href="/">Sashin Exists</a></h1>
<nav class="site-navigation">
<ul>
<li><a href="/about.html">About</a></li>
<li><a href="/now.html">Now</a></li>
<li><a href="/views">Views</a></li>
<li><a href="/subscribe.html">Subscribe</a></li>
<li><a href="/support.html">Support</a></li>
</ul>
</nav>
</header>
<main class="page-content">
<article class="article">
<header class="article-header">
<h1 class="article-title">Support</h1>
<!-- <div class="article-last-updated-date">undefined</div> -->
</header>
<section class="article-content">
<p>The support page will be here.</p>
<p>You will explain what you are trying to do, what you need, what you will do with the money.</p>
<p>You&#8217;ll create an open collective page and link it.</p>
<p>Maybe also use liberapay</p>
</section>
</article>
</main>
<footer class="site-footer">
<p>Last updated: Mon Dec 09 2024 14:08:59 GMT+1100 (オーストラリア東部夏時間)</p>
</footer>
</body>
</html>