48 lines
1.3 KiB
HTML
48 lines
1.3 KiB
HTML
<!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">We should not eat animals</h1>
|
|
<!-- <div class="article-last-updated-date">we-should-not-eat-animals</div> -->
|
|
</header>
|
|
<section class="article-content">
|
|
<h2 id="why-i-hold-this-view">Why I hold this view</h2>
|
|
<ul>
|
|
<li>insert reasons here for why people should be vegan</li>
|
|
<li>thinking about whether I should say animal products instead</li>
|
|
</ul>
|
|
<h2 id="why-it-matters">Why it matters</h2>
|
|
<p>insert reasons for why this matters</p>
|
|
|
|
</section>
|
|
</article>
|
|
</main>
|
|
<footer class="site-footer">
|
|
<p>Last updated: Mon Dec 09 2024 14:08:59 GMT+1100 (オーストラリア東部夏時間)</p>
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|