16 lines
444 B
HTML
16 lines
444 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Halftone video effect</title>
|
|
<link rel="stylesheet" href="./style.css">
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
<video src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/127738/loremVideoPOT.mp4?vv" loop muted autoplay crossorigin="anonymous"></video>
|
|
<canvas class="scene"></canvas>
|
|
<!-- partial -->
|
|
<script src="./script.js"></script>
|
|
|
|
</body>
|
|
</html> |