24 lines
479 B
HTML
24 lines
479 B
HTML
|
<!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>
|