mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
finish most of the colorswitch thigns
This commit is contained in:
parent
82d2cd2caf
commit
edc13f82d5
18 changed files with 264 additions and 85 deletions
54
public/links/index.html
Normal file
54
public/links/index.html
Normal file
|
@ -0,0 +1,54 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Links</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body><div id="content">
|
||||
<section id="main">
|
||||
<h1 id="title">Single Page Links</h1>
|
||||
<div>
|
||||
<article id="content">
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
<aside id="meta">
|
||||
<div>
|
||||
<section>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
<a class="previous" href="http://example.org/about/">previous: About</a>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div><footer>
|
||||
<div id="footer-center">
|
||||
<nav id="footer-nav">
|
||||
|
||||
|
||||
<a class="footer-nav-item" href="/" title=""> home</a>
|
||||
|
||||
<a class="footer-nav-item" href="/about/" title="About"> about</a>
|
||||
|
||||
<a class="footer-nav-item active" href="/links/" title="Links"> links</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
<div id="footer-right">
|
||||
<input type="checkbox" id="darkmode-toggle">
|
||||
</div>
|
||||
</footer>
|
||||
<script src="/js/darkmode.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue