Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>OBD-II Data Dashboard</title> | |
| <link rel="website icon" type="png" href="/static/icon.png" > | |
| <link rel="stylesheet" href="/static/styles.css"> | |
| </head> | |
| <body> | |
| <h1>OBD-II Data Pipeline Monitor</h1> | |
| <div id="log-container"></div> | |
| <script src="https://cdn.jsdelivr.net/npm/chart.js"></script> | |
| <script src="/static/script.js?v=2"></script> | |
| </body> | |
| </html> | |