update
This commit is contained in:
7
api.js
Normal file
7
api.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var version = "Game Version v26";
|
||||
var apiversion = "Api Version 1.0";
|
||||
const unixtime = Date.now();
|
||||
|
||||
document.getElementById('version').innerText= version;
|
||||
document.getElementById('apiversion').innerText= apiversion;
|
||||
document.getElementById('unixtime').innerText= "UnixTime " + unixtime;
|
||||
Reference in New Issue
Block a user