1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 03:34:46 -05:00
poke/html/video-error.ejs

5 lines
135 B
Text
Raw Normal View History

2024-09-11 11:47:36 -04:00
<%- include('./layouts/error.ejs', {
error: "Video Error",
2024-09-11 11:52:42 -04:00
description: `Video loading failed :c - reason: \n ${err_reason}`
2024-09-11 11:47:36 -04:00
}) %>