Skip to content

Commit f8af3c0

Browse files
committed
Site updated at 2014-03-04 21:14:44 UTC
0 parents  commit f8af3c0

File tree

2,820 files changed

+351621
-0
lines changed

Some content is hidden

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

2,820 files changed

+351621
-0
lines changed

404.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
5+
<meta http-equiv="refresh" content="5;url=/functions" />
6+
</head>
7+
<body>
8+
<h1>Not found</h1>
9+
<p>
10+
There's a good chance you can still find what you are looking for in
11+
<a href="/functions">the archives</a>. Redirecting you in 5s...
12+
</p>
13+
14+
<script type="text/javascript">
15+
var _gaq = _gaq || [];
16+
_gaq.push(['_setAccount', 'UA-63083-7']);
17+
_gaq.push(['_trackPageview']);
18+
19+
(function() {
20+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
21+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
22+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
23+
})();
24+
</script>
25+
</body>
26+
27+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
phpjs.org

0 commit comments

Comments
 (0)