Files
web/pages/collections.vue
T
Techit Thawiang af1b5b9b83 Initial commit
2025-06-29 14:02:21 +07:00

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>