Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html lang="en">
<head>
<title>Paper Trader Game</title>
<meta content='You have 45 seconds to make as much (fake) money as you can.' property='og:description'/>
<meta content='You have 180 seconds to make as much USD as you can.' property='og:description'/>
<meta content="https://paper-trader.davjhan.com/Paper-trader-cover.png" property="og:image"/>
<meta content="1200" property="og:image:width"/>
<meta content="627" property="og:image:height"/>
<meta content="https://github.com/davjhan/paper-trader-game" property="github"/>
<meta content="July 21, 2021" property="date"/>
<meta content="APRIL 20, 2023" property="date"/>
<meta charset="utf-8"/>
<link href="/favicon.ico" rel="icon"/>
<script async defer data-domain="paper-trader.davjhan.com" src="https://plausible.io/js/plausible.js"></script>
Expand All @@ -17,4 +17,4 @@
<body>
<div id="svelte">%svelte.body%</div>
</body>
</html>
</html>