FXclient-mirror/static/index.html

87 lines
3.6 KiB
HTML
Raw Normal View History

2022-12-23 00:20:01 -08:00
<!DOCTYPE html>
<html lang="en">
2022-12-25 08:25:12 -08:00
<head>
<!-- Google tag (gtag.js) -->
2024-05-22 13:17:48 -07:00
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WYYDMY13BG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WYYDMY13BG');
</script>
2022-12-25 08:25:12 -08:00
<meta charset="utf-8" />
<title>FX Client</title>
<meta name="description" content="Modified Version of Territorial.io - FX Client">
<meta name="keywords"
content="territorial.io,territory games,territorial io,map games,conquest games,conquest game,david tschacher,territorial,territory game,io game,io games,territory.io,territory io,territory games io">
<meta name="author" content="MohsenEMX, peshomir,orlemley1, David Tschacher">
<meta name="viewport" content="width=device-width, maximum-scale=1">
2022-12-25 08:25:12 -08:00
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="manifest" href="manifest.json" />
2022-12-25 08:25:12 -08:00
<meta name="og:image" content="https://fxclient.github.io/FXclient/assets/logo.png" />
<meta property="og:url" content="https://fxclient.github.io/FXclient/">
2022-12-25 08:25:12 -08:00
<meta property="og:type" content="website">
2024-02-22 06:07:00 -08:00
<meta property="og:title" content="FX Client">
2022-12-25 08:25:12 -08:00
<meta property="og:description" content="Modified Version of Territorial.io - FX Client">
<meta property="og:image" content="https://fxclient.github.io/FXclient/assets/logo.png">
2024-02-27 04:57:53 -08:00
<meta name="twitter:card" content="summary">
2022-12-25 08:25:12 -08:00
<meta name="twitter:title" content="FX Client">
<meta name="twitter:description" content="Modified Version of Territorial.io - FX Client">
<meta name="twitter:image" content="https://fxclient.github.io/FXclient/assets/logo.png">
2024-02-22 06:07:00 -08:00
<meta itemprop="name" content="FX Client">
2022-12-25 08:25:12 -08:00
<meta itemprop="description" content="Modified Version of Territorial.io - FX Client">
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
2022-12-25 08:25:12 -08:00
2022-12-27 10:22:27 -08:00
<!-- FX Client CSS -->
<link rel="stylesheet" href="main.css?buildTimestamp">
2022-12-25 08:25:12 -08:00
<!-- Game CSS -->
<style>
html,
body {
overflow: hidden;
padding: 0;
margin: 0;
background: rgb(0, 0, 0);
color: rgb(255, 255, 255);
2022-12-25 08:25:12 -08:00
}
* {
box-sizing: border-box;
}
a {
color: rgb(225, 225, 255);
}
</style>
2022-12-25 08:25:12 -08:00
</head>
2022-12-25 08:25:12 -08:00
<body onload="aiCommand746(0);">
<canvas id="canvasA" width="128" height="128"></canvas>
2024-07-15 05:59:40 -07:00
<span><div class="window flex settings" style="display:none">
2022-12-25 08:25:12 -08:00
<h1>Settings</h1>
2024-08-01 01:14:07 -07:00
<div class="scrollable"></div>
<hr>
2022-12-27 10:22:27 -08:00
<footer>
<button onclick="settingsManager.resetAll()">Reset Settings</button>
<button onclick="settingsManager.save()">Save Settings</button>
<button onclick="settingsManager.importFromFile()">Import</button>
<button onclick="settingsManager.exportToFile()">Export</button>
2022-12-27 10:22:27 -08:00
</footer>
2022-12-25 08:25:12 -08:00
</div>
2024-03-05 12:29:17 -08:00
<div class="window scrollable selectable" id="playerlist" style="display: none;">
<h1>Player List</h1>
<table><tbody id="playerlist_content"></tbody></table>
2024-03-05 12:29:17 -08:00
</div>
<div class="window scrollable selectable" id="donationhistory" style="display:none">
<h1>Donation history for </h1>
<p id="donationhistory_note">Note: donations from bots are not shown here</p>
<table><tbody id="donationhistory_content"></tbody></table>
2024-07-15 05:59:40 -07:00
</div></span>
<script src="variables.js?buildTimestamp"></script>
<script src="fx_core.js?buildTimestamp"></script>
<script src="game.js?buildTimestamp"></script>
2022-12-25 08:25:12 -08:00
</body>
2022-12-27 10:22:27 -08:00
</html>