Files
y2k/public/index.html
T
2020-06-09 08:49:22 -04:00

35 lines
1.7 KiB
HTML

<!doctype html>
<!--
_.-;;-._
'-..-'| || | Made with love & sarcasm by Jake Jarvis.
'-..-'|_.-;;-._| https://jarv.is/
'-..-'| || | https://github.com/jakejarvis
'-..-'|_.-''-._|
-->
<html>
<head>
<meta charset="utf-8">
<title>Y2K Land — Powered by Windows Me™ 💾</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="My first website on a Windows Me-powered time machine. You've been warned.">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico">
<link rel="preconnect" href="https://sandbox.y2k.land">
<link rel="preconnect" href="https://collect.y2k.land">
<link rel="web-socket" href="wss://sandbox.y2k.land">
</head>
<body>
<div id="cmd">
<span id="status">JavaScript is required for this experience, please enable it and refresh the page!<br><br>Press the Any key to continue.</span>
<span class="blink">_</span>
</div>
<a class="github" href="https://github.com/jakejarvis/y2k" title="View on GitHub" target="_blank" rel="noopener"><svg viewBox="0 0 16 16" width="32" height="32"><path d="M8 0a8 8 0 00-2.5 15.6c.4 0 .5-.2.5-.4v-1.5c-2 .4-2.5-.5-2.7-1 0-.1-.5-.9-.8-1-.3-.2-.7-.6 0-.6.6 0 1 .6 1.2.8.7 1.2 1.9 1 2.4.7 0-.5.2-.9.5-1-1.8-.3-3.7-1-3.7-4 0-.9.3-1.6.8-2.2 0-.2-.3-1 .1-2 0 0 .7-.3 2.2.7a7.4 7.4 0 014 0c1.5-1 2.2-.8 2.2-.8.5 1.1.2 2 .1 2.1.5.6.8 1.3.8 2.2 0 3-1.9 3.7-3.6 4 .3.2.5.7.5 1.4v2.2c0 .2.1.5.5.4A8 8 0 0016 8a8 8 0 00-8-8z"/></svg></a>
<canvas id="display"></canvas>
<script src="app.js"></script>
<script async defer src="https://collect.y2k.land/latest.js" data-skip-dnt="true"></script>
<noscript><img src="https://collect.y2k.land/noscript.gif" alt=""/></noscript>
</body>
</html>