commit message

This commit is contained in:
2025-10-09 12:14:29 +02:00
commit 684ab3a132
830 changed files with 161115 additions and 0 deletions

22
index.php Normal file
View File

@@ -0,0 +1,22 @@
<?php
require('config.php');
require('vendor/autoload.php');
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0;url=dist/index.html">
<title>Epi Webview</title>
<script language="javascript">
window.location.href = "dist/index.php"
</script>
</head>
<body>
Go to <a href="dist/index.php">/dist/index.php</a>
</body>
</html>