Skip to content

Instantly share code, notes, and snippets.

View notsopreety's full-sized avatar
😪
Doin' Useless Stuff...

Samir Badaila notsopreety

😪
Doin' Useless Stuff...
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>${title}</title>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap"
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>${title}</title>
<style>
:root {
--bg-color: #ffffff;
--text-color: #333333;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VIDEO_TITLE</title>
<style>
:root {
--primary-color: #3498db;
--controls-bg: rgba(0, 0, 0, 0.6);