diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-19 18:06:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-19 18:06:59 +0200 |
commit | d4f3fea659163749f9ea879a5e1dd313106353c6 (patch) | |
tree | 354cc82693d16cdbd2c033e99109a49470ef565a /client/src/standalone/videos/embed.html | |
parent | 76434ec8e3877a62eae5bb1c26a26d2a2d619a51 (diff) | |
download | PeerTube-d4f3fea659163749f9ea879a5e1dd313106353c6.tar.gz PeerTube-d4f3fea659163749f9ea879a5e1dd313106353c6.tar.zst PeerTube-d4f3fea659163749f9ea879a5e1dd313106353c6.zip |
Handle errors in embed
Diffstat (limited to 'client/src/standalone/videos/embed.html')
-rw-r--r-- | client/src/standalone/videos/embed.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/standalone/videos/embed.html b/client/src/standalone/videos/embed.html index a359255da..b60b03a22 100644 --- a/client/src/standalone/videos/embed.html +++ b/client/src/standalone/videos/embed.html | |||
@@ -11,6 +11,12 @@ | |||
11 | 11 | ||
12 | <body> | 12 | <body> |
13 | 13 | ||
14 | <div id="error-block"> | ||
15 | <h1 id="error-title">Sorry</h1> | ||
16 | |||
17 | <div id="error-content"></div> | ||
18 | </div> | ||
19 | |||
14 | <video id="video-container" class="video-js vjs-peertube-skin"> | 20 | <video id="video-container" class="video-js vjs-peertube-skin"> |
15 | </video> | 21 | </video> |
16 | 22 | ||