Bump version to 1.0.1

This commit is contained in:
Fred Boniface
2023-02-17 12:57:37 +00:00
parent c3558de74f
commit ccbbe148e6
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ async function get() {
}
async function display(data) {
document.getElementById('server_host').textContent = `HOST: ${data.host}`;
document.getElementById('server_host').textContent = data.host;
let dat = data.dat[0]
console.log(JSON.stringify(dat))
document.getElementById('time').textContent = await convertUnixLocal(dat.since);