site/index.php

31 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 - Home"?> </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>UPDATE: May 07 2021:</h2>
<p>If you have a node in NET342 already and haven't contacted the incoming NC. Please do by filling out our <a href="join/">Sign up form.</a></p>
<br>
<p>All BBS's that are north of Airdrie fall under NET342.</p>
</div>
<div class="col">
<img src="images/doggy111.png">
</div>
</div>
</div>
<?php include "footer.php"; ?>
</body>
</html>