15 lines
449 B
Vue
15 lines
449 B
Vue
<template>
|
|
<main>
|
|
<article class="article">
|
|
<h1>Techit's Collections</h1>
|
|
<p>
|
|
Collections of interesting tools.
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
<a href="https://github.com/Tyrrrz/YoutubeDownloader"><b>YoutubeDownloader</b>: Downloads videos and playlists from YouTube</a>
|
|
</li>
|
|
</ul>
|
|
</article>
|
|
</main>
|
|
</template> |