Skip to content

Instantly share code, notes, and snippets.

@everruler12
everruler12 / clock.html
Last active March 25, 2022 02:50 — forked from kirinelf/clock.html
OBS Studio: A HTML page for showing current date and time in the video
<!DOCTYPE html>
<html>
<!-- Originally rom https://obsproject.com/forum/resources/time-and-date-overlay-updated.1461/ -->
<head>
<meta charset="UTF-8">
<title>A simple clock</title>
<style>
#output {
display: inline-block;
/*
* Roam template PoC by @ViktorTabori
* 0.1alpha
*
* forked by @everruler12
* v1 2020-08-07
* include moment.js and replace ::current_time:: and ::today:: variables in template
*
* How to install it:
* - go to `roam/js` page`