Skip to content

Instantly share code, notes, and snippets.

@mmarsett
mmarsett / clock.html
Last active April 29, 2020 19:11 — forked from sam0737/clock.html
OBS Studio: A HTML page for showing current date and time in the video
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>A simple clock</title>
<style>
p {color: white;
font-family: Segoe UI;
font-size: 30px;