commit message
This commit is contained in:
22
index.php
Normal file
22
index.php
Normal 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>
|
||||
Reference in New Issue
Block a user