blob: b7cf13ec27e0ee530d7c38f26a2bd52676911854 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<!DOCTYPE html>
<html>
<head>
<title>PeerTube</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
</head>
<body>
<div id="error-block">
<h1 id="error-title">Sorry</h1>
<div id="error-content"></div>
</div>
<video playsinline="true" id="video-container" class="video-js vjs-peertube-skin">
</video>
</body>
</html>
|