bookmarks

This commit is contained in:
2025-11-23 23:48:34 +00:00
parent 31511129bf
commit 6b11f88598
10 changed files with 491 additions and 0 deletions

45
html/pages/bookmarks.html Normal file
View File

@@ -0,0 +1,45 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AF</title>
<link rel="icon" type="img/x-icon" href="img/favicon.ico" />
<link rel="stylesheet" href="css/styles.css" />
<script
defer
src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"
></script>
</head>
<body>
<!-- Navbar -->
<nav></nav>
<!-- Main content -->
<main>
<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>
</main>
<!-- Footer -->
<footer></footer>
</body>
</html>