Skip to content

Instantly share code, notes, and snippets.

@Dequanek
Dequanek / chart.html
Last active September 30, 2025 10:26
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Okienko Liquid Glass z wykresem</title>
<!-- Dołącz Chart.js -->
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
body {