Skip to content

Instantly share code, notes, and snippets.

View Mohammed-Nasser's full-sized avatar

MohammedNasser Mohammed-Nasser

View GitHub Profile
@Mohammed-Nasser
Mohammed-Nasser / example.html
Created October 27, 2020 20:22 — forked from steve228uk/example.html
Deeplink Youtube
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<script type="text/javascript">
window.onload = function() {
<?php
/**
* SplClassLoader implementation that implements the technical interoperability
* standards for PHP 5.3 namespaces and class names.
*
* http://groups.google.com/group/php-standards/web/final-proposal
*
* // Example which loads classes for the Doctrine Common package in the
* // Doctrine\Common namespace.