bdcontract-web-ide/scide.html

6 lines
157 B
HTML

<html>
<script type="text/javascript">
document.location.href = document.location.href.replace("scide.html",
"OnlineIDE.html");
</script>
</html>