Skip to content

Instantly share code, notes, and snippets.

worker_processes 1;
events {
worker_connections 1024;
multi_accept on;
}
http {
include mime.types;
default_type application/octet-stream;
@tbeswick96
tbeswick96 / clock.html
Last active January 5, 2020 14:34 — forked from SA-Deadspin/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" >
{
"files.autoSave": "afterDelay",
"extensions.autoUpdate": true,
"git.confirmSync": false,
"files.insertFinalNewline": true,
"editor.dragAndDrop": true,
"sqf.enableCBA": true,
"sqf.enableACE3": true,
"[sqf]": {
"editor.quickSuggestions": true,