dremjs-old/apps/FileManager/index.html
Innovation Inc 5678a476ed A massive commit
I'm finally going to continue working on this and commit like I should.
2021-03-26 00:58:21 -05:00

9 lines
240 B
HTML

<!-- File Manager Forwarder -->
<html>
<head>
<script>
document.addEventListener('contextmenu', event => event.preventDefault());
</script>
<meta http-equiv="refresh" content="0;url=../../home/user/index.php" />
</head>
</html>