Deleted unused file

This commit is contained in:
tverona1
2019-07-17 00:09:09 -07:00
committed by GitHub
parent c67906f6e5
commit c9fea24538
-13
View File
@@ -1,13 +0,0 @@
<!DOCTYPE html>
<html>
<body onload="openApp();">
<h1>Quest App Launcher</h1>
<script>
var openApp = function() {
window.location.replace('questapplauncher://');
};
</script>
</body>
</html>