clap/site/templates/404.html
2021-04-04 00:40:28 +01:00

3 lines
71 B
HTML

<script>
window.location = '{{ config.base_url | safe }}';
</script>