27 lines
969 B
Vue
27 lines
969 B
Vue
<template>
|
|
<main>
|
|
<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>
|
|
</main>
|
|
</template>
|