blob: 577cb01075846cedc83f6ed3eaabb9b57a392005 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>
|