amalgolopoly/index.html
Lukas Schaefer 198dcd0302
All checks were successful
Deploy / deploy (pull_request) Successful in 4s
Cleanup preview / cleanup-preview (pull_request) Successful in 3s
Deploy / build (push) Successful in 6s
Deploy / deploy (push) Successful in 2s
Deploy / build (pull_request) Successful in 7s
Implement Monopoly fortnite edition
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
2026-08-06 18:00:43 -04:00

50 lines
2.5 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Amalgolopoly — Local Multiplayer Monopoly Amalgamation</title>
<meta
name="description"
content="Hot-seat Amalgolopoly: classic Monopoly plus Jackpot, Secret Vault, Mega Edition, Ms. Monopoly, Sore Losers, Buy Everything, Corruption, Empire, Monopoly Chance, Monopoly Gamer, House Divided, Lord of the Rings, Deadpool, Marvel Avengers, Monopoly .com, Fortnite, Pokémon doubles, and Go Green — play locally in the browser."
/>
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://amalgolopoly.lschaefer.xyz/" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://amalgolopoly.lschaefer.xyz/" />
<meta
property="og:title"
content="Amalgolopoly — Local Multiplayer Monopoly Amalgamation"
/>
<meta
property="og:description"
content="Hot-seat Amalgolopoly with Jackpot, Secret Vault, Mega, Empire, Monopoly Chance, Corruption, Monopoly Gamer, House Divided, Lord of the Rings, Deadpool, Marvel Avengers, Monopoly .com, Fortnite, Pokémon doubles, Go Green, and more — play locally in the browser."
/>
<meta property="og:site_name" content="Amalgolopoly" />
<meta name="twitter:card" content="summary" />
<meta
name="twitter:title"
content="Amalgolopoly — Local Multiplayer Monopoly Amalgamation"
/>
<meta
name="twitter:description"
content="Hot-seat Amalgolopoly with Jackpot, Secret Vault, Mega, Empire, Monopoly Chance, Corruption, Monopoly Gamer, House Divided, Lord of the Rings, Deadpool, Marvel Avengers, Monopoly .com, Fortnite, Pokémon doubles, Go Green, and more — play locally in the browser."
/>
</head>
<body>
<div id="root"></div>
<noscript>
<h1>Amalgolopoly</h1>
<p>
Hot-seat Amalgolopoly in the browser — classic Monopoly rules
amalgamated with Free Parking Jackpot, Secret Vault, Mega Edition, Ms.
Monopoly, Monopoly for Sore Losers, Buy Everything, Go to Jail /
Corruption, Monopoly Empire, Monopoly Chance, Monopoly Gamer, House
Divided, Lord of the Rings, Deadpool, Marvel Avengers, Monopoly .com,
Fortnite, Pokémon doubles, and Go Green. JavaScript is required to play.
</p>
</noscript>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>