site/downloads.php

32 lines
1.2 KiB
PHP
Raw Normal View History

2021-05-08 06:22:33 +00:00
<!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>