All checks were successful
Deploy / Deploy website via rsync over SSH (push) Successful in 4s
83 lines
2.9 KiB
HTML
83 lines
2.9 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="color-scheme" content="dark">
|
|
<meta name="theme-color" content="#0e0016">
|
|
<title>Other</title>
|
|
|
|
<meta name="og:url" content="https://purplebored.pl/pages/other.html" />
|
|
<meta name="og:title" content="Purplebored - Other" />
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:image" content="/assets/images/pfp.png">
|
|
<meta name="og:description" content="Things which don't fit in anywhere else!" />
|
|
|
|
<meta name="description" content="Things which don't fit in anywhere else!">
|
|
<link rel="icon" href="/favicon.png" type="image/png">
|
|
<link rel="stylesheet" href="/assets/css/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Navbar related code. -->
|
|
<button class="mobile-nav-toggle" aria-label="Toggle menu">
|
|
☰
|
|
</button>
|
|
<nav class="navbar">
|
|
<div class="navbar-top-icons">
|
|
<div class="icon-item">
|
|
<a href="http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/" target="_blank" rel="noopener noreferrer">
|
|
<img src="/assets/images/icons/tor.png" alt="Tor Mirror">
|
|
<span class="icon-label tor-label">Tor</span>
|
|
</a>
|
|
</div>
|
|
<div class="icon-item">
|
|
<a href="/pages/ygg.html" target="_blank" rel="noopener noreferrer">
|
|
<img src="/assets/images/icons/ygg.png" alt="Information about Yggdrasil">
|
|
<span class="icon-label ygg-label">Ygg</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<ul>
|
|
<li><a href="/index.html">Home</a></li>
|
|
<li><a href="/pages/about.html">About me</a></li>
|
|
<li><a href="/pages/projects.html">Projects</a></li>
|
|
<li><a href="/pages/contact.html">Contact</a></li>
|
|
<li><a href="/pages/services.html">Services</a></li>
|
|
<li><a href="/pages/terms.html">Terms of Service</a></li>
|
|
<li><a href="/pages/other.html">Other</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<div class="content project-page">
|
|
<div class="middle">
|
|
<h1>Some other pages!</h1>
|
|
<p>
|
|
Here you can find some other pages which I did not want to put in the navbar, or link somewhere.
|
|
</p>
|
|
<ul>
|
|
<li><a href="/pages/other/snuff.html">Nasal Snuff!</a></li>
|
|
</ul>
|
|
|
|
<p>
|
|
<a href="/">← Back to home page</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer">
|
|
Purplebored © 2023-2025 |
|
|
<a href="https://git.purplebored.pl/purplebored/purplebored.pl">Source code</a> |
|
|
<a href="/pages/contact.html">Contact Me</a> |
|
|
<a href="https://status.purplebored.pl"> Uptime / Status</a> |
|
|
</div>
|
|
|
|
<div class="clouds">
|
|
<img src="/assets/images/clouds.png" alt="Clouds">
|
|
</div>
|
|
|
|
<canvas id="night"></canvas>
|
|
<script src="/assets/js/script.js" defer></script>
|
|
</body>
|
|
</html>
|