Add chrizzmas/index.html
This commit is contained in:
parent
b9429e1d53
commit
575cde62ff
1 changed files with 43 additions and 0 deletions
43
chrizzmas/index.html
Normal file
43
chrizzmas/index.html
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<title>All I Gyatt For Chrizzmas</title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta
|
||||||
|
name="og:image"
|
||||||
|
content="https://voxel.fsky.io/chrizzmas/tn.png"
|
||||||
|
>
|
||||||
|
|
||||||
|
<meta
|
||||||
|
name="og:type"
|
||||||
|
content="video.other"
|
||||||
|
>
|
||||||
|
|
||||||
|
<meta
|
||||||
|
name="og:video:url"
|
||||||
|
content="https://voxel.fsky.io/chrizzmas/file.mp4"
|
||||||
|
>
|
||||||
|
|
||||||
|
<meta
|
||||||
|
name="og:width"
|
||||||
|
content="216"
|
||||||
|
>
|
||||||
|
|
||||||
|
<meta
|
||||||
|
name="og:height"
|
||||||
|
content="144"
|
||||||
|
>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<video src="https://voxel.fsky.io/chrizzmas/file.mp4" controls></video>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
Add table
Reference in a new issue