File size: 621 Bytes
216c152
 
 
 
 
8f13663
216c152
 
 
8f13663
5445a88
862ee4b
8f13663
 
862ee4b
8f13663
216c152
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<title>More Hibiki Samples</title>
		<link rel="stylesheet" href="style.css" />
	</head>
	<body>
			<h1>More samples generated with Hibiki!</h1>
      <video class="embed-responsive-item" style="max-width: 80%; min-width: 700px;" controls>
          <source src="mci-s.mp4" type="video/mp4">
          Your browser does not support HTML video.
      </video>
      <br />
      (<a href="https://www.youtube.com/watch?v=n5R6LTkKlRI" target="_blank">source</a>, original video (c) Canal+)
	</body>
</html>