CoolFace
Modelpublic

AXERA-TECH/lite_webui

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes7downloads
index.html15 linesDownload Raw Back to root
1<!DOCTYPE html>2<html lang="en">3<head>4  <meta charset="UTF-8" />5  <meta name="viewport" content="width=device-width, initial-scale=1.0" />6  <title>AXERA Lite WebUI</title>7  <link rel="icon" type="image/svg+xml" href="/favicon.svg" />8  <script>(function(){var t=localStorage.getItem('theme')||'dark';if(t==='dark')document.documentElement.classList.add('dark');})()</script>9</head>10<body>11  <div id="app"></div>12  <script type="module" src="/src/main.js"></script>13</body>14</html>15