pages235/assets/playground.html
2024-09-11 21:39:15 +03:00

4 lines
121 B
HTML

<!-- just redirect to /playground/ -->
<script>
window.location.href = `/playground/${window.location.search}`
</script>