You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.1 KiB
PHP
30 lines
1.1 KiB
PHP
<!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 - Join"?> </title>
|
|
<link rel="stylesheet" href="/style.css">
|
|
<link rel="stylesheet" type="text/css" href="view.css" media="all">
|
|
<script type="text/javascript" src="view.js"></script>
|
|
|
|
</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">
|
|
<h1>THANK YOU!</h1>
|
|
<br>
|
|
<p>We will reply back to you in the next couple days. :)
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?php include "../footer.php"; ?>
|
|
</body>
|
|
</html>
|