Put in a rough attempt at web api using typescript vue

This commit is contained in:
2018-02-28 23:48:00 -05:00
parent ac749b1300
commit 2ead7115e8
5 changed files with 83 additions and 53 deletions

View File

@ -6,7 +6,6 @@
<!-- Compressed CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css" />
<link rel="stylesheet" type="text/css" href="./dist/index.css">
</head>
<body>
<div class="pageheader">
@ -14,7 +13,6 @@
<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>
</div>
<div id="app"></div>
<script src="./dist/build.js"></script>