else/YoutubeChannelDownloader/templates/root.html

29 lines
434 B
HTML
Raw Normal View History

2016-11-22 07:40:01 +00:00
<!DOCTYPE html5>
<html>
<style>
body, a
{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
</style>
<head>
{% import "header.html" as header %}
<title>Flasksite</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="/static/common.css">
</head>
<body>
<a href='/channels'>Manage channels</a>
</body>
</html>
<script type="text/javascript">
</script>