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.
47 lines
2.2 KiB
47 lines
2.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- Our Nodes"?> </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>Our Nodes:</h2> |
|
<pre> |
|
RetroDigital BBS (1:342/11) |
|
WWW: <a href="http://rdnetbbs.com/" target="_blank">http://rdnetbbs.com/</a> |
|
Telnet: telnet://rdnetbbs.com |
|
Location: Calgary, Alberta |
|
--------------------------------------------------------------- |
|
The Undermine (1:342/17) |
|
WWW: |
|
Telnet: telnet://bbs.undermine.ca:423 |
|
Location: Calgary, Alberta |
|
--------------------------------------------------------------- |
|
Star Flight BBS (1:342/19) |
|
WWW: <a href="https://www.stateoftheark.ca/Pages/bbs.html" target="_blank">https://stateoftheark.ca/</a> |
|
Telnet: telnet://stateoftheark.ca:1990 |
|
Location: Calgary, Alberta |
|
--------------------------------------------------------------- |
|
Joe's Computer & BBS (1:342/200 1:342/201) |
|
www: <a href="https://joesbbs.com" target="_blank">https://joesbbs.com</a> |
|
Telnet: telnet://joesbbs.com |
|
Location: Edmonton, Alberta |
|
--------------------------------------------------------------- |
|
</pre> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
<?php include "footer.php"; ?> |
|
</body> |
|
</html> |
|
|
|
|