howmuchdoesthesims4cost.lol/static/index.html
2024-09-02 16:28:11 +01:00

39 lines
1.9 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>How much does the entire The Sims 4 game cost right now?</title>
<meta name="description" content="See how much the entirety of the game 'The Sims 4' costs right now if you were to purchase it with all DLCs!">
<!-- OpenGraph tags -->
<meta property="og:title" content="How much does the entire The Sims 4 game cost right now?">
<meta property="og:description" content="See how much the entirety of the game 'The Sims 4' costs right now if you were to purchase it with all DLCs!">
<link rel="stylesheet" href="/style.css"/>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
</head>
<body style="text-align: center">
<div id="retrying" hidden>
<div>
<h1>There was an issue loading the data.</h1>
<p>This page will reload in <span id="retry-after">0.0</span> seconds to try again.</p>
<p><i>Error: Ratelimited (HTTP_429)</i></p>
</div>
</div>
<main>
<h1>Currently <span id="name">The Sims 4</span> costs<span id="dlcs" hidden>&nbsp;(with all <span id="dlc-count"></span>DLCs)</span></h1>
<h2 id="price">£1000.00</h2>
<div hidden id="comparison">
<p>That's equivalent to...</p>
<p><i>Note: Prices may not be accurate. See script.js for more details.</i></p>
<ul></ul>
</div>
</main>
<noscript><p>(You need to enable JavaScript to load this)</p></noscript>
<script src="./script.js"></script>
<footer>
<p>This site was made by <a href="https://nexy7574.co.uk/" target="_blank">@nex</a></p>
<p>Source is available at <a href="https://git.i-am.nexus/nex/howmuchdoesthesims4cost.lol" target="_blank">git.i-am.nexus</a></p>
</footer>
</body>
</html>