migrating to vue
This commit is contained in:
24
nginx/vue/src/views/Bookmarks.vue
Normal file
24
nginx/vue/src/views/Bookmarks.vue
Normal 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>
|
||||
Reference in New Issue
Block a user