46 lines
1.5 KiB
HTML
46 lines
1.5 KiB
HTML
<!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>
|