-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnoescapingfromrevenge.html
36 lines (30 loc) · 1.47 KB
/
noescapingfromrevenge.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html>
<head>
<title>there is no escaping from revenge - webm from shampooh</title>
<script src="https://use.typekit.net/asw3wve.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<link type="text/css" rel="stylesheet" href="webbums.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta charset="utf-8" />
<meta property="og:site_name" content="shampooh's webbum dump" />
<meta property="og:title" content="there is no escaping from revenge" />
<meta property="og:image" content="https://my.mixtape.moe/zmgfyy.jpg">
<meta property="og:description" content="webm from shampooh" />
<meta property="og:url" content="http://syampuuh.github.io/noescapingfromrevenge.html" />
<meta property="og:type" content="video.other" />
<script type="text/javascript">
var halfRes = "https://u.nya.is/uasdmm.webm";
var fullRes = "https://u.nya.is/afhmjp.webm";
</script>
<script type="text/javascript" src="videoScalars.js"></script>
</head>
<body onLoad="deviceCheck()">
<center>
<h1>there is no escaping from revenge</h1>
<button type="button" onMouseUp="nativeRes()">Native Res</button> <button type="button" onMouseUp="autoscaleVideo()">Autoscale Video</button><br />
<button type="button" onMouseUp="force1440()">1440p (135 MB)</button> <button type="button" onMouseUp="force720()">720p (43.5 MB)</button><br /><br />
<video src="https://u.nya.is/qupano.webm" height="300" id="webmLoop" autoplay controls loop />
</center>
</body>
</html>