BackEnd/YTManager/frontend/index.html

21 lines
714 B
HTML
Raw Normal View History

2018-03-01 01:22:40 +00:00
<!DOCTYPE html>
2017-09-01 08:55:02 +00:00
<html>
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1"/>
<title>YT Manager</title>
<!-- Compressed CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css" />
</head>
<body>
2017-09-03 01:05:50 +00:00
<div class="pageheader">
<h1>Dumb YT Manager</h1>
2018-03-01 01:22:40 +00:00
<p>Youtube banned my account and refuses to say why, taking all my subscribed channels with it. This is a simple scrubscribed channel manager, showing recent releases from each channel and finally proper sub-catagory functionality!</p>
2017-09-03 01:05:50 +00:00
</div>
2018-03-01 01:22:40 +00:00
<div id="app"></div>
2017-09-01 08:55:02 +00:00
2018-03-01 01:22:40 +00:00
<script src="./dist/build.js"></script>
2017-09-01 08:55:02 +00:00
</body>
2018-03-01 01:22:40 +00:00
</html>