Fix json problem, change stat title

This commit is contained in:
Neale Pickett 2023-03-11 13:49:39 -07:00
parent b7794bc37c
commit 740c8f5c43
2 changed files with 4 additions and 3 deletions

View File

@ -8,14 +8,14 @@
"href": "https://forgejo.org/",
"target": "_blank",
"icon": "https://forgejo.org/favicon.svg"
}
},
{
"title": "Jellyfin",
"href": "https://jellyfin.org/",
"icon": "https://jellyfin.org/images/icon-transparent.svg"
},
{
"title": "Host Stats",
"title": "CPU Stats",
"href": "/stat.html",
"app": "stat"
}

View File

@ -1,8 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Webstat</title>
<title>CPU Stats</title>
<meta charset="utf-8">
<link rel="icon" href="portal.png">
<script src="stat.mjs" type="module"></script>
<style>
html, body {