howmuchdoesthesims4cost.lol/static/index.html

36 lines
1.6 KiB
HTML
Raw Normal View History

2024-03-06 11:18:00 +00:00
<!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>
</body>
</html>