mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
Massive import web manager
This commit is contained in:
parent
88b8d7a818
commit
951853fd34
3 changed files with 178 additions and 0 deletions
13
code/web/www/index.html
Executable file
13
code/web/www/index.html
Executable file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;url=pages/index.html">
|
||||
<title>SB Admin 2</title>
|
||||
<script language="javascript">
|
||||
window.location.href = "pages/index.php"
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Go to <a href="pages/index.php">/pages/index.php</a>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue