mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-21 21:06:03 +03:00
56 lines
2.0 KiB
HTML
56 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="/assets/css/bahunya.css">
|
|
<link rel="stylesheet" href="/assets/css/board.css">
|
|
<link rel="stylesheet" href="/assets/css/highlight.css">
|
|
<link rel="stylesheet" href="/assets/css/site.css">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<title>Sandbox</title>
|
|
<meta name="title" content="Sandbox" />
|
|
<meta name="description" content="A starter template for the Zen Static (zs) site generator" />
|
|
<meta name="keywords" content="zen, static, zs, starter, template, site, website, template, generator, ssg" />
|
|
</head>
|
|
|
|
<body>
|
|
<nav>
|
|
<a id="brand" href="/">Home 🏠</a>
|
|
<a href="/TestPage.html">Test Page 🧪</a>
|
|
<a href="https://zs.mills.io/">Demo 🥳</a>
|
|
<a href="https://git.mills.io/prologic/zs">Source 💾</a>
|
|
</nav>
|
|
<header>
|
|
<h1>Sandbox</h1>
|
|
</header>
|
|
<aside><p><strong>On this page</strong></p>
|
|
</aside>
|
|
<article><h1 id="sandbox">SandBox <a class="anchor" href="#sandbox"> </a></h1>
|
|
<blockquote>
|
|
<p>Oh you think you can edit this?! 🤣</p>
|
|
</blockquote>
|
|
<p><a href="YouCanActually.html">YouCanActually</a> 🤣</p>
|
|
</article>
|
|
<a href="SandBox.md?edit" rel="nofollow" target="_self">✍️ Edit this page</a>
|
|
<footer>
|
|
Copyright © James Mills ·
|
|
Last modified <time datetime="2024-03-03T05:40:12Z+00:00
|
|
">Sun Mar 3 05:40:12 UTC 2024
|
|
</time> ·
|
|
Built with <a href="https://git.mills.io/prologic/zs">zs</a>
|
|
</footer>
|
|
<script type="application/javascript" src="/assets/js/highlight.js"></script>
|
|
<script type="application/javascript" src="/assets/js/umbrella.js"></script>
|
|
<script type="application/javascript" src="/assets/js/live.js"></script>
|
|
|
|
<script>
|
|
hljs.highlightAll();
|
|
</script>
|
|
</body>
|
|
|
|
</html> |