Skip to content

Instantly share code, notes, and snippets.

@djramones
djramones / clock.html
Created October 11, 2023 22:43
Simple clock page
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Clock</title>
<style>
body, div {
margin: 0;
padding: 0;