migrating to vue

This commit is contained in:
2025-11-25 16:52:25 +00:00
parent 83edd84537
commit 10a7a87b47
7 changed files with 100 additions and 14 deletions

View File

@@ -0,0 +1,24 @@
<template>
<div>
<h1>Cyber Security</h1>
<a href="https://pwn.college/">pwn.college</a>
<a href="https://osintframework.com/">OSINT</a>
<a href="https://overthewire.org/">OverTheWire</a>
<a href="https://tryhackme.com/">TryHackMe</a>
<h1>Radio Stations</h1>
<a href="https://www.radiohelsinki.fi/">Radio Helsinki</a>
<a href="https://palanga.live/">Palanga Street Radio</a>
<a href="https://idaidaida.net/">IDA Radio</a>
<a href="https://www.tirkultura.lv/">Tīrkultūra</a>
<h1>Chinese</h1>
<a href="https://www.mdbg.net/chinese/dictionary"
>MDBG Chinese Dictionary</a
>
<h1>Art</h1>
<a href="https://www.fridakahlo.org/">Frida Kahlo</a>
<a href="https://www.cameronsworld.net/">Cameron's world</a>
</div>
</template>