Skip to content

Instantly share code, notes, and snippets.

View renbaoshuo's full-sized avatar

Baoshuo Ren renbaoshuo

View GitHub Profile
@renbaoshuo
renbaoshuo / clock.html
Last active December 3, 2022 13:55 — 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>
</head>
<body translate="no">
<div id="output"></div>