player/index.html
changeset 0 d4c3dc50e02a
child 1 774d75a930f8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/player/index.html	Thu May 16 18:44:32 2013 +0200
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html lang="fr">
+    <head>
+        <meta charset="utf-8" />
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+
+        <title>Festival d’Art Lyrique d'Aix en Provence › Webdoc player</title>
+        
+        <link rel="stylesheet" type="text/css" href="css/styles.css" />
+    </head>
+
+    <body>
+        <div class="top-bar">
+            <div class="tags">
+                <h3 class="tags-title">Tags</h3>
+                <ul class="tag-list"></ul>
+            </div>
+            <h1 class="project-title">Rigoletto, histoire d’une malédiction</h1>
+        </div>
+        <div class="main-video" style="background:#101010;">
+            <img src="../creation/Links/bc30-1000pxl.jpg" style="margin: 80px 0" />
+        </div>
+        <div class="bottom-bar"></div>
+    </body>
+</html>