tilde.club/html/public/fruitvote/index.php
Lizzy Hunt 67e4b234d3
Some checks failed
continuous-integration/drone/push Build is failing
finish static page
2024-03-09 21:29:25 -07:00

8 lines
86 B
PHP

<?php
require_once("GoPage.php");
$page = new GoPage("/");
echo $page->render();
?>