howmuchdoesthesims4cost.lol/static/index.html

47 lines
2.3 KiB
HTML
Raw Permalink 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!">
2024-09-02 17:07:53 +01:00
<link rel="stylesheet" href="./style.css"/>
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<script src="./script.js" async defer></script>
2024-03-06 11:18:00 +00:00
</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>
2024-09-02 17:07:53 +01:00
<h2 id="price">loading <noscript>(not without JavaScript)</noscript></h2>
2024-03-06 11:18:00 +00:00
<div hidden id="comparison">
<p>That's equivalent to...</p>
2024-09-02 17:07:53 +01:00
<p><i>Note: Prices may not be accurate. See <a href="script.js" target="_blank">script.js</a> for more details.</i></p>
2024-03-06 11:18:00 +00:00
<ul></ul>
</div>
</main>
<noscript><p>(You need to enable JavaScript to load this)</p></noscript>
2024-09-02 17:24:54 +01:00
<div>
<form action="#">
<label for="app_id">Want to view the price of another game?</label>
<input type="text" id="app_id" name="app_id" placeholder="Steam app ID or URL" required>
<button type="submit">View</button>
</form>
</div>
2024-09-02 16:28:11 +01:00
<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>
2024-03-06 11:18:00 +00:00
</body>
</html>