Files
graphs/index.html
Cauê Faleiros 3d25bc5179
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m31s
Add off-white theme mode
2026-06-26 11:11:36 -03:00

14 lines
455 B
HTML

<!DOCTYPE html>
<html lang="en" class="dark" data-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nexstar Dashboard</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>