Skip to content

Instantly share code, notes, and snippets.

View BushiNoTamashiiKen-zz's full-sized avatar

Thabo Mbuyisa BushiNoTamashiiKen-zz

View GitHub Profile
@koistya
koistya / modal.html
Last active September 18, 2022 05:36
Modal dialog with a YouTube player
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>
<body>