aboutsummaryrefslogtreecommitdiff
path: root/ps/video.html
diff options
context:
space:
mode:
Diffstat (limited to 'ps/video.html')
-rw-r--r--ps/video.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/ps/video.html b/ps/video.html
new file mode 100644
index 0000000..577cb01
--- /dev/null
+++ b/ps/video.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title> Petites Singularités </title>
+ <meta charset="UTF-8">
+ <link rel="stylesheet" href="ui/css/screen.css">
+ </head>
+ <body class="shift">
+ <div class="vdo">
+ <div class="player">
+ <video width="720" height="440" controls poster="ui/img/blue-screen-1280x720.png">
+
+ <source src="ui/vdo/ps-001-felipe-fonseca.mp4" type='video/mp4'>
+ <img src="ui/img/blue-screen-1280x720.png" alt="no video supported">
+ </video>
+ </div>
+ </div>
+ </body>
+</html>