2016-11-07 22:35:37 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>PeerTube</title>
|
|
|
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2018-05-28 13:15:51 +02:00
|
|
|
<meta name="robots" content="noindex">
|
2019-01-31 16:32:40 +01:00
|
|
|
<meta property="og:platform" content="PeerTube" />
|
2016-11-07 22:35:37 +01:00
|
|
|
|
2017-12-20 08:38:57 +01:00
|
|
|
<link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
|
2016-11-07 22:35:37 +01:00
|
|
|
</head>
|
|
|
|
|
2019-06-11 15:59:10 +02:00
|
|
|
<body id="custom-css">
|
2016-11-07 22:35:37 +01:00
|
|
|
|
2018-04-19 18:06:59 +02:00
|
|
|
<div id="error-block">
|
2019-01-14 17:45:02 +01:00
|
|
|
<h1 id="error-title"></h1>
|
2018-04-19 18:06:59 +02:00
|
|
|
|
|
|
|
<div id="error-content"></div>
|
|
|
|
</div>
|
|
|
|
|
2020-08-04 11:42:06 +02:00
|
|
|
<div id="video-wrapper"></div>
|
2016-11-07 22:35:37 +01:00
|
|
|
|
2020-08-04 11:42:06 +02:00
|
|
|
<div id="placeholder-preview"></div>
|
2019-12-17 11:20:24 +01:00
|
|
|
|
2016-11-07 22:35:37 +01:00
|
|
|
</body>
|
2017-11-13 17:39:41 +01:00
|
|
|
</html>
|