neutral-response/static/index.html
2022-09-16 21:37:11 -04:00

26 lines
842 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>neutral response</title>
<link href="/assets/main.css" rel="stylesheet">
</head>
<body>
<div class="bar-wrapper">
<h2 id="neutral">MAKE IT NEUTRAL</h2>
<div class="bar"><div class="barInner" id="inner"></div></div>
<p id="stats"></p>
</div>
<noscript>
<p style="margin:0;"><b>this bad website needs javascript just because i don't want to template it atm, sorry.</b></p><br>
</noscript>
<p style="margin: 0;">
<a href="https://git.gay/a/neutral-response">src code</a> -
<a href="https://www.youtube.com/watch?v=ussCHoQttyQ">the video</a> -
<a href="https://www.youtube.com/watch?v=3C4nvSwOYOc">what?</a> -
<a href="https://tacohitbox.com/">who?</a>
</p>
<script src="/assets/main.js"></script>
</body>
</html>