mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 01:18:05 +01:00
add video error
This commit is contained in:
parent
feb3242638
commit
c2682cdeac
1 changed files with 4 additions and 0 deletions
4
html/video-error.ejs
Normal file
4
html/video-error.ejs
Normal file
|
@ -0,0 +1,4 @@
|
|||
<%- include('./layouts/error.ejs', {
|
||||
error: "Video Error",
|
||||
description: `Video loading failed :c - reason: \n <%= err_reason %>`
|
||||
}) %>
|
Loading…
Reference in a new issue