Skip to content

Instantly share code, notes, and snippets.

@aewallin
aewallin / clock.html
Last active November 20, 2019 08:19 — forked from Flybel/clock.html
OBS Studio: A HTML page for showing current ISO-date and UTC-time in the video
<!--
Usage in OBS
Browser source: local file\clock.html
Custom CSS box: body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden;
color: white; font: bold 40px monospace; }
-->
<!DOCTYPE html>
<html>
<head>