route('GET', '/', 'home'); $R->route('GET', '/home', 'home'); $R->route('GET', '/domu', 'home'); $R->route('POST', '/contact/send', 'contact'); $R = null; ?>