2016-11-29 04:16:16 +00:00
|
|
|
<!DOCTYPE html5>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>YCDL</title>
|
|
|
|
<meta charset="UTF-8">
|
2020-01-07 05:55:01 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
2020-05-22 02:43:45 +00:00
|
|
|
<link rel="stylesheet" href="/static/css/common.css">
|
2020-09-03 18:52:51 +00:00
|
|
|
<link rel="stylesheet" href="/static/css/ycdl.css">
|
2016-11-29 04:16:16 +00:00
|
|
|
|
|
|
|
<style>
|
|
|
|
body, a
|
|
|
|
{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body>
|
2021-06-05 04:37:10 +00:00
|
|
|
<a href="/channels">Manage channels</a>
|
|
|
|
<a href="/videos/pending?limit=100">New videos</a>
|
|
|
|
<a href="/videos/pending?limit=100&orderby=random">Random videos</a>
|
2016-11-29 04:16:16 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
</html>
|