Skip to content

Instantly share code, notes, and snippets.

View karamik's full-sized avatar

TOTAL Protocol Foundation karamik

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Axiom Dashboard | Live Demo</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
body { font-family: 'Segoe UI', sans-serif; background: #0b0e11; color: #eaecef; text-align: center; padding: 20px; }
.card { background: #181a20; border-radius: 16px; padding: 20px; margin: 20px auto; max-width: 500px; border: 1px solid #333; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
h1 { color: #f0b90b; letter-spacing: 2px; text-shadow: 0 0 10px rgba(240,185,11,0.3); }