6bit.ch/html/index.html
2025-03-13 19:21:37 +01:00

64 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>6bit.ch</title>
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
<link rel="stylesheet" href="style.css">
<link rel="author" type="text/plain" href="humans.txt">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="js/sparks.js"></script>
<script type="text/javascript" src="js/hearts.js"></script>
</head>
<body style="background-color:#101010;">
<div class="main">
<div id="starshine">
<div class="template shine"></div>
</div>
<section class=headerimg>
<a href="https://6bit.ch"><img src="img/6bitnobg.png"></a>
</section>
<div class="col left">
<section class="navblock">
<h4>🏡 here</h4>
<ul><li><a href=https://6bit.ch/snek.html>🐍 Snek</a></li></ul>
<ul><li><a href=https://6bit.ch/things.html>🎨 Things</a></li></ul>
<ul><li><a href=https://6bit.ch/slamp.html>💡 slamp</a></li></ul>
</section>
</br>
<section class="navblock">
<h4>✨ there</h4>
<ul><li><a href=https://hardbrugg.ch target=_blank>📽️ Hardbrugg.ch</a></li></ul>
<ul><li><a href=https://ravemitherz.li target=_blank>💗 RAVEmitHerz.li</a></li></ul>
<ul><li><a href=https://rumpelkist.li target=_blank>🛸 Rumpelkist.li</a></li></ul>
</section>
</br>
<section class="navblock">
<h4>👭 everywhere</h4>
<ul><li><a href=https://ausliebemusik.ch target=_blank>Aus Liebe</a></li></ul>
<ul><li><a href=https://instagram.com/catcallsofzrh target=_blank>Catcalls of Zurich</a></li></ul>
<ul><li><a href=https://marcp.xyz target=_blank>cramp</a></li></ul>
<ul><li><a href=https://le-lan.ch target=_blank>LeLAN</a></li></ul>
<ul><li><a href=https://jar.band target=_blank>JAR</a></li></ul>
</section>
</br>
</div>
<div class="col right">
<section class=contentindex>
<img src=img/gosu.png>
<p>The trajectory of this <a href=https://wikipedia.org/wiki/Earth target=_blank>ship</a> is unchanging.</p>
<form method="get" id="ddgSearch" action="https://duckduckgo.com/">
<input type="text" name="q" placeholder="DuckDuck">
<button type="submit">Go!</button>
</form>
</br>
</section>
</div>
</div>
<div id="" class="footer">
<p>Gmacht mit 🔮 z'Züri. | <a href=humans.txt>humans.txt</a></p>
</div>
</body>
</html>