diff options
Diffstat (limited to 'usenet.html')
-rw-r--r-- | usenet.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/usenet.html b/usenet.html new file mode 100644 index 0000000..d98d79c --- /dev/null +++ b/usenet.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <link rel="stylesheet" type="text/css" href="/style.css"> + <link rel="stylesheet" type="text/css" href="/about.css"> + <title>ARFNET</title> + </head> + + <body> + <header><a href="/"> + <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> + </a></header> + <hr> + <main> + <h2 class="center">Discuss</h2> + <p>Where to discuss with local ARFNET users and possibly SDF USENET access</p> + <ul> + <li><a href="https://forum.arf20.com">phpBB Forum</a> + <li>USENET NNTP Server at news.arf20.com</li> + </ul> + </main> + </body> +</html> |