diff options
| author | Vosjedev <vosje@vosjedev.net> | 2026-02-08 17:12:43 +0100 |
|---|---|---|
| committer | Vosjedev <vosje@vosjedev.net> | 2026-02-08 17:12:43 +0100 |
| commit | 2c899db5d9e859351bea639db61c318958807008 (patch) | |
| tree | 2ebe81279e621eb7d509f8657daac1e394f8d868 | |
| parent | 9bb88acf0701623e0c1934aac0aa8253f3f444ab (diff) | |
| download | website-2c899db5d9e859351bea639db61c318958807008.tar.gz website-2c899db5d9e859351bea639db61c318958807008.tar.bz2 website-2c899db5d9e859351bea639db61c318958807008.tar.xz | |
add a document describing the movement of /webradio
| -rw-r--r-- | content/webradio.md | 5 | ||||
| -rw-r--r-- | out/webradio.html | 61 |
2 files changed, 66 insertions, 0 deletions
diff --git a/content/webradio.md b/content/webradio.md new file mode 100644 index 0000000..edbef71 --- /dev/null +++ b/content/webradio.md @@ -0,0 +1,5 @@ + +# Webradio + +This file has moved to a new location. You can now find it at: +[static.vosjedev.net/webradio](https://static.vosjedev.net/webradio/) diff --git a/out/webradio.html b/out/webradio.html new file mode 100644 index 0000000..9127516 --- /dev/null +++ b/out/webradio.html @@ -0,0 +1,61 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title><No title> - vosjedev.net</title> + <link href="static/style.css" rel="stylesheet"> + </head> + <body> + <header> + +<div class="title"> + <div class="left"> + <img src="https://static.vosjedev.net/logo/vosjedev-art-64x.png" alt="LOGO"> + <span><span style="color: var(--brand-colour);">vosjedev</span>.net</span> + </div> + <div class="right"> + </div> +</div> + +<nav class="second"> + <ul> + <li><a href="/">Home</a></li> + <li><a href="/projects.html">Projects</a></li> + <li><a href="/archive.html">Archive</a></li> + <li><a href="/contact.html">Contact</a></li> + <li><a href="/services.html">Services</a></li> + </ul> +</nav> + + </header> + + <div class="main-layout"> + <nav> + <details open> <summary>Tap to toggle TOC</summary> + <div class="toc"> +<ul> +<li><a href="#webradio">Webradio</a></li> +</ul> +</div> + + </details> + </nav> + + <main> + <h1 id="webradio">Webradio</h1> +<p>This file has moved to a new location. You can now find it at:<br /> +<a href="https://static.vosjedev.net/webradio/">static.vosjedev.net/webradio</a></p> + </main> + + <div class="filler"></div> + </div> + + <div></div> + + <footer> + + </footer> + + </body> +</html> |
