mirror of
https://github.com/cfultz/mtgcsv.git
synced 2024-11-21 17:00:04 +01:00
31 lines
1.2 KiB
HTML
31 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Offline - MTG Card CSV Generator</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<link href="https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy&display=swap" rel="stylesheet">
|
|
<link rel="icon" href="icon.png" type="image/png">
|
|
<link href="//cdn.jsdelivr.net/npm/mana-font@latest/css/mana.css" rel="stylesheet" type="text/css" />
|
|
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>You're Offline</h1>
|
|
<p>It looks like you are not connected to the internet. Please check your connection and try again.</p>
|
|
<p>While offline, you can still browse previously loaded content, but some features might not work as expected.</p>
|
|
<p>
|
|
<a href="index.html">Go back to the main page</a>
|
|
</p>
|
|
</div>
|
|
|
|
<footer>
|
|
<p>
|
|
<a href="https://github.com/cfultz/mtgcsv" target="_blank">View on GitHub</a> |
|
|
This app is not affiliated with Wizards of the Coast or Hasbro. All rights and trademarks are owned by their respective owners.
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|