blob: 6edf71f48680f73eaaabfbdf31651abb2b5f0490 (
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
26
27
28
|
<!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">
<meta property="og:platform" content="PeerTube" />
<link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
</head>
<body id="custom-css">
<div id="error-block">
<h1 id="error-title"></h1>
<div id="error-content"></div>
</div>
<video playsinline="true" id="video-container" class="video-js vjs-peertube-skin">
</video>
<div id="placeholder-preview" />
</body>
</html>
|