kylamoe/docs/shopping.html

24 lines
479 B
HTML
Raw Normal View History

2025-01-05 20:46:45 -08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shopping</title>
</head>
<body>
<noscript>
<h1>Kitsu Shares!</h1>
<p>Thank you for not using JavaScript!</p>
<p>$100 for 1 share</p>
<p>$200 for 2 share</p>
<small>there are 2<super>64</super> total shares</small>
</noscript>
<script>
window.location.replace("Rick.mp4")
</script>
</body>
</html>