0
1
Fork 0
hedera-web-mindshore/index.php

9 lines
123 B
PHP
Executable File

<?php
require_once ('vn/web/html-app.php');
$htmlApp = new Vn\Web\HtmlApp ('hedera-web', 'pages');
$htmlApp->run ();
?>