Skip to content

Instantly share code, notes, and snippets.

@sylvanol
sylvanol / time-tracker.html
Last active March 8, 2026 00:47
simple time tracker
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Work Timestamp Tracker</title>
<style>
* { -webkit-tap-highlight-color: transparent; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;