tv.html
changeset 11 9833f3e24105
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tv.html	Thu Mar 21 18:48:12 2013 +0100
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html lang="fr">
+    <head>
+        <meta charset="utf-8" />
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+        <title>IRI/ALBLF Social Media</title>
+        <link rel="stylesheet" type="text/css" href="css/reset.css" />
+        <script src="js/video-window.js"></script>
+        <style type="text/css">
+        	body {
+        		background: #000000;
+        	}
+        	video {
+        		width: 100%;
+        	}
+        </style>
+    </head>
+    <body>
+        <video controls="true" src="http://159.217.144.101:8050/sia-solr/video/debat.webm"></video>
+    </body>
+</html>
\ No newline at end of file