You've already forked pauljanseneu
15 lines
273 B
HTML
15 lines
273 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Redirecting...</title>
|
|
<meta http-equiv="refresh" content="0;url=/">
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
window.location = "/";
|
|
</script>
|
|
|
|
<p>You are being redirected to <a href="/">/</a></p>
|
|
</body>
|
|
</html>
|