Skip to content

Instantly share code, notes, and snippets.

@Burakcnz
Burakcnz / briefing.html
Last active September 7, 2025 02:22
briefingroom
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Briefing Room Display</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Mono:wght@700&display=swap" rel="stylesheet">
<style>
* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; }
body {