Update 1: Nothing Really?
Co-Authored-By: orlemley <121285035+orlemley1@users.noreply.github.com>archived
parent
1b88229f6d
commit
7257148574
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>404 Not Found</title>
|
||||
|
||||
<style>
|
||||
body {
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
font-size: 30px;
|
||||
}
|
||||
a {
|
||||
color: red;
|
||||
text-decoration: none;
|
||||
transition: 0.4s;
|
||||
}
|
||||
a:hover {
|
||||
color: darkgreen;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>404, Not Found</p>
|
||||
<a href="https://fxclient.cf"><p>Visit FXclient.cf</p></a>
|
||||
</body>
|
||||
</html>
|
10
index.html
10
index.html
|
@ -2,10 +2,10 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Territorial.io</title>
|
||||
<meta name="description" content="Territorial.io - The Art of Conquest">
|
||||
<title>FXclient.cf</title>
|
||||
<meta name="description" content="Modified Version - 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="David Tschacher">
|
||||
<meta name="author" content="David Tschacher, MohsenEMX, orlemley1">
|
||||
<style>
|
||||
html, body {
|
||||
overflow: hidden;
|
||||
|
@ -3983,7 +3983,7 @@
|
|||
weekday: "long"
|
||||
})).format(P));
|
||||
P = W + ", " + P.getUTCDate() + " " + U + " " + P.getFullYear();
|
||||
var X = 1 === n[H] ? " second played" : " seconds played";
|
||||
var X = 1 === n[H] ? " second played" : " total seconds played";
|
||||
X = eL.gF(n[H]) + X;
|
||||
var V = Math.floor(cH.measureText(P).width)
|
||||
, na = Math.floor(cH.measureText(X).width)
|
||||
|
@ -4864,7 +4864,7 @@
|
|||
this.u0 = .235;
|
||||
this.u1 = .9;
|
||||
this.u2 = .08;
|
||||
var g = ["Best Players", "Best Clans", "LEGENDS NEVER DIE", "THE NEVER ENDING WAR"], k, x = [-1E6, -1E6];
|
||||
var g = ["Top Players", "Top Clans", "Top Players So Far", "Top Clans So Far"], k, x = [-1E6, -1E6];
|
||||
this.position = [0, 0];
|
||||
this.u7 = [0, 0];
|
||||
this.bp = function() {
|
||||
|
|
|
@ -1,2 +1,8 @@
|
|||
# What's this?
|
||||
Known Data of what "this" line of code means.
|
||||
Known Data of what "this" line of code means.
|
||||
Line 2: Language
|
||||
|
||||
Line 2458: About Cookies Policy stuff?
|
||||
Line 3739: Events stuff
|
||||
Line 4427: Right-SideBar Info
|
||||
Line 5879: Errors and stuff
|
Loading…
Reference in New Issue