Skip to content

Instantly share code, notes, and snippets.

View negue's full-sized avatar
👨‍💻
Nerding around

negue

👨‍💻
Nerding around
View GitHub Profile
@negue
negue / clock.html
Last active March 28, 2021 00:34 — 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>
html, body {
overflow: hidden;
}