Skip to content

Instantly share code, notes, and snippets.

View Radrad91's full-sized avatar

RadRad Radrad91

  • Joined Apr 30, 2026
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Time Tracker</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
:root {
--bg-body: #f4f4f9; --bg-app: white; --text-main: #2c3e50; --bg-header: #2c3e50;
--text-header: white; --bg-input: #ecf0f1; --text-input: #2c3e50; --bg-nav: #ecf0f1;