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/", "href": "https://forgejo.org/",
"target": "_blank", "target": "_blank",
"icon": "https://forgejo.org/favicon.svg" "icon": "https://forgejo.org/favicon.svg"
} },
{ {
"title": "Jellyfin", "title": "Jellyfin",
"href": "https://jellyfin.org/", "href": "https://jellyfin.org/",
"icon": "https://jellyfin.org/images/icon-transparent.svg" "icon": "https://jellyfin.org/images/icon-transparent.svg"
}, },
{ {
"title": "Host Stats", "title": "CPU Stats",
"href": "/stat.html", "href": "/stat.html",
"app": "stat" "app": "stat"
} }

View File

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