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"/>
|
2022-05-28 23:21:39 +00:00
|
|
|
<link rel="icon" href="/favicon.png" type="image/png"/>
|
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">
|
2023-06-24 19:01:11 +00:00
|
|
|
{% if theme %}<link rel="stylesheet" href="/static/css/theme_{{theme}}.css">{% endif %}
|
2016-11-29 04:16:16 +00:00
|
|
|
|
|
|
|
<style>
|
2023-06-24 19:01:11 +00:00
|
|
|
body
|
2016-11-29 04:16:16 +00:00
|
|
|
{
|
|
|
|
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>
|
2023-06-24 19:01:11 +00:00
|
|
|
<span><a href="/?theme=pearl">Pearl</a> <a href="/?theme=slate">Slate</a> <a href="/?theme=onyx">Onyx</a></span>
|
2016-11-29 04:16:16 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
</html>
|