Skip to content

Instantly share code, notes, and snippets.

View miccheng's full-sized avatar

Michael Cheng miccheng

View GitHub Profile
@miccheng
miccheng / gist:5023187
Created February 24, 2013 09:06
Testing video tag.
<!DOCTYPE html>
<html>
<head>
<title>Video Tag Test</title>
<style type="text/css">
video{
border: 1px solid #000;
}
</style>
</head>