Skip to content

Instantly share code, notes, and snippets.

@genproject80
genproject80 / vm-log-monitor-mock.html
Last active May 14, 2026 03:22
Infrastructure monitoring page — mock UI for genvolt-app issue #59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Infrastructure — Mock UI</title>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f8f9fa; color: #212529; font-size: 14px; line-height: 1.5; }