add test error page

This commit is contained in:
Daniel Bulant 2022-12-12 16:15:24 +01:00
parent 6c7df61f56
commit 8c6de3f1f6

View file

@ -0,0 +1,3 @@
<script>
throw new Error("Shouldn't load");
</script>