Fidonet 1:342 Website.
http://net342.region17.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.2 KiB
31 lines
1.2 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
<title><?=isset($title) ? $title : "Welcome to Alberta Fidonet - Downloads"?> </title> |
|
<link rel="stylesheet" href="/style.css"> |
|
</head> |
|
<body> |
|
<?php include "nav.html"; ?> |
|
<div class="content"> |
|
<h1 id="fancyboi">Welcome to Fidonet in Northern Alberta</h1> |
|
<div class="grid"> |
|
<div class="row"> |
|
<div class="col"> |
|
<h2>NET342 Downloads:</h2> |
|
<br> |
|
<p><a href="http://rdnetbbs.com/nodelist.txt" target="_blank">Daily Fidonet Nodelist</a></p> |
|
<br> |
|
<p><a href="downloads/policy4.txt" target="_blank">Fidonet Policy 4.07</a></p> |
|
<br> |
|
<p>More downloads coming soon..</p> |
|
|
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
<?php include "footer.php"; ?> |
|
</body> |
|
</html>
|
|
|