forked from ubershmekel/redditp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdmca.html
More file actions
59 lines (56 loc) · 1.6 KB
/
dmca.html
File metadata and controls
59 lines (56 loc) · 1.6 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>RedditP DMCA</title>
<meta
name="description"
content="DMCA took this page down - A fullscreen presentation or slide show of reddit. RedditP"
/>
<link rel="shortcut icon" href="/images/favicon.png" />
<link rel="stylesheet" type="text/css" href="/css/style.css" />
</head>
<body style="text-align: center; margin: 10px; color: #aaa">
<h2>Sorry, couldn't find that page probably because of a DMCA takedown.</h2>
<p>
Here's a link to <a id="reddit-link" href="">the reddit page</a> if that
works.
</p>
<p>Try these presentations instead:</p>
<ul>
<li>
<a href="/r/earthporn">earthporn</a>
</li>
<li>
<a href="/r/aww">aww</a>
</li>
<li>
<a href="/r/foodporn">foodporn</a>
</li>
<li>
<a href="/r/funny">funny</a>
</li>
<li>
<a href="/r/gonewild">gonewild</a>
</li>
<li>
<a href="/r/spaceporn">spaceporn</a>
</li>
<li>
<a href="/r/gifs">gifs</a>
</li>
<li>
<a href="/r/all">all</a>
</li>
</ul>
<p>
You could also
<a href="https://github.com/ubershmekel/redditp">find the bug</a> or email
the <a href="mailto:ubershmekel@gmail.com">author.</a>
</p>
<script>
document.querySelector("#reddit-link").href =
window.location.href.replace("redditp.com", "reddit.com");
</script>
</body>
</html>