update AI page

This commit is contained in:
Raven Scott 2024-10-02 06:40:56 -04:00
parent 1993f568bf
commit fa6958e551

View File

@ -24,14 +24,6 @@
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<script>
const menuItems = [
{ title: 'GPU Stats', customFunction: 'openGpuStats()' },
{ title: 'Live Log', customFunction: 'openLiveLog()' },
{ title: 'Top', customFunction: 'openTop()' },
{ title: 'Home', url: '/', openNewPage: false }
];
</script>
</head>
<body class="bg-dark text-white">