1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-04-02 04:41:56 -04:00

add video error

This commit is contained in:
ashley 2024-09-11 15:47:36 +00:00
parent feb3242638
commit c2682cdeac

4
html/video-error.ejs Normal file
View file

@ -0,0 +1,4 @@
<%- include('./layouts/error.ejs', {
error: "Video Error",
description: `Video loading failed :c - reason: \n <%= err_reason %>`
}) %>