<?php
	header("HTTP/1.1 301 Moved Permanently");
	header("Location: https://figure53.github.io/studio/");
	die();
?>
