Skip to content

Commit 27112ae

Browse files
authored
Add files via upload
:)
1 parent 7770929 commit 27112ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+4396
-0
lines changed

1.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; URL='https://steamcommunity.com/id/DontBeConcernedWithMe'" />
5+
</head>
6+
</html>
7+

10second.gif

14.1 MB
Loading

10second.mp4

1.49 MB
Binary file not shown.

10second.webm

4.33 MB
Binary file not shown.

10secondgif.gif

14.1 MB
Loading

1458161048172.gif

732 KB
Loading

2.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; URL='http://steamcommunity.com/id/DownWithClown2'" />
5+
</head>
6+
</html>
7+

3.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; URL='http://steamcommunity.com/id/DownWithClown3'" />
5+
</head>
6+
</html>
7+

4.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; URL='http://steamcommunity.com/profiles/76561198281697160'" />
5+
</head>
6+
</html>
7+

404.php

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
---
2+
layout: default
3+
title: 404 ._.
4+
descr: the content you are looking for may not exist
5+
active: 404
6+
permalink: /404.php
7+
---
8+
9+
<!DOCTYPE animu>
10+
<html>
11+
<head>
12+
<style>
13+
#video {
14+
position: fixed;
15+
top: 0; right: 0; bottom: 0; left: 0;
16+
overflow: hidden;
17+
}
18+
#video > video {
19+
position: absolute;
20+
top: 0;
21+
left: 0;
22+
width: 100%;
23+
height: 100%;
24+
}
25+
@media (min-aspect-ratio: 16/9) {
26+
#video > a > video { height: 300%; top: -100%; }
27+
}
28+
@media (max-aspect-ratio: 16/9) {
29+
#video > a > video { width: 300%; left: -100%; }
30+
}
31+
@supports (object-fit: cover) {
32+
#video > a >video {
33+
top: 0; left: 0;
34+
width: 100%; height: 100%;
35+
object-fit: cover;
36+
}
37+
}
38+
/* weeb Header Style */
39+
@font-face {
40+
font-family: "qt";
41+
src: url(https://dr0p.it/n4kl.ttf) format("truetype");
42+
}
43+
.weeb-top {
44+
line-height: 24px;
45+
padding-top: 5px;
46+
font-size: 30px;
47+
background: #fff;
48+
background: rgba(33, 33, 33, 0.9);
49+
text-transform: uppercase;
50+
z-index: 9999;
51+
position: absolute;
52+
width: 100%;
53+
top: 0;
54+
left: 0;
55+
font-family: 'qt';
56+
box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
57+
}
58+
.weeb-top a {
59+
padding: 0px 10px;
60+
letter-spacing: 1px;
61+
color: #bfbfbf;
62+
display: inline-block;
63+
text-decoration: none;
64+
}
65+
.weeb-top a:hover {
66+
background: none;
67+
color: pink;
68+
}
69+
.weeb-top span.right{
70+
float: right;
71+
padding-right: 5px;
72+
}
73+
.weeb-top span.center{
74+
float: center;
75+
}
76+
.weeb-top span.right a{
77+
float: left;
78+
display: block;
79+
}
80+
</style>
81+
</head>
82+
<body>
83+
<div class="weeb-top">
84+
<a href="https://weeb.land">weeb.land</a>
85+
<span class="center">
86+
<input type=range id=volume min=0 max=1 step=0.1 value=0.5 onchange='AdjustVolume(video,this.value)'>
87+
<span class="right">
88+
<a href="https://w0bm.com">w0bm.com</a>
89+
<div class="clr"></div>
90+
</span>
91+
</div>
92+
<div id="video">
93+
<a href="/"><video autoplay loop id="animu" src="<?php $faggotShit = file('webm.txt'); $faggotShit = array_combine($faggotShit, $faggotShit); echo $faggotShit[array_rand($faggotShit)]; ?>" type="video/webm"></video></a>
94+
</div>
95+
<script>
96+
//check if volume is stored, else set at half volume and call it a day wewlad
97+
if (localStorage.getItem('volume') != null) {
98+
var video = document.getElementById('animu');
99+
video.volume = localStorage.getItem('volume');
100+
} else if (localStorage.getItem('volume') == null) {
101+
var video = document.getElementById('animu');
102+
video.volume = 0.5;
103+
}
104+
105+
//set current volume slider volume
106+
document.getElementById("volume").value = video.volume
107+
108+
//some varible because i cba to neat it up and shove it into the function below
109+
var video = document.getElementById('animu');
110+
111+
//when you move that shit slider this happens
112+
function AdjustVolume(video,value) {
113+
video.volume = value;
114+
localStorage.setItem('volume', video.volume);
115+
}
116+
</script>
117+
</body>
118+
</html>

0 commit comments

Comments
 (0)