-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBBSIndex.html
More file actions
105 lines (75 loc) · 3.58 KB
/
BBSIndex.html
File metadata and controls
105 lines (75 loc) · 3.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!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-US">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="author" content="Robert James Clay" />
<meta name="generator" content="Robert James Clay" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen, tv, projection" title="Default" />
<link rel="stylesheet alternative" type="text/css" href="print.css" media="screen" title="Print Preview" />
<link rel="stylesheet" type="text/css" href="print.css" media="print" />
<title>Index Page</title>
</head>
<body>
<!-- For non-visual user agents: -->
<div id="top"><a href="#mainbody" class="doNotDisplay doNotPrint">Skip to main content.</a></div>
<!-- ##### Header ##### -->
<div id="header">
<div class="midHeader">
<h1 class="headerTitle" lang="en">BBS Applications</h1>
<div class="headerSubTitle" title="ftnapps at GitHub">
Projects and Information related to BBS Applications
</div>
<br class="doNotDisplay doNotPrint" />
<div class="headerLinks">
<span class="doNotDisplay">Tools:</span>
<!--
<a href="index.html">sitemap «</a>
<span class="doNotDisplay">|</span>
<a style="cursor: help;" title="Thanks to CSS, this page is already printer friendly!">printer-friendly version «</a>
-->
</div>
</div>
<div class="subHeader">
<span class="doNotDisplay">Navigation:</span>
<a href="index.html">Home</a> |
<a href="BBSIndex.html">BBS</a> |
<a href="BBBSProjects.html">BBBS</a> |
<a href="SynchronetProjects.html">Synchronet</a>
</div>
</div>
<!-- ##### Main Body ##### -->
<div id="mainbody">
<div class="rowOfBoxes">
<div class="twoThirds noBorderOnLeft">
<p>This is for information and projects related to
<a href="http://en.wikipedia.org/wiki/Bulletin_board_system">BBS</a> and BBS related applications.
<ul>
<li><a href="http://ftnapps.github.io/mbsebbs"><b>MBSE BBS</b></a> - Packaging MBSE BBS for Debian/Ubuntu.</li>
<li><a href="BBBSProjects.html"><b>BBBS</b></a> - BBBS related information and projects here at this site.</li>
<li><a href="SynchronetProjects.html"><b>Synchronet</b></a> - Synchronet BBS related information and projects at this site.</li>
</ul>
</div>
</div>
</div>
<div class="oneThird">
<ul type="DISC">Quicklinks
<li><a href="http://ftnapps.github.io/mbsebbs">MBSE BBS</a></li>
<li><a href="htts://ftnapps.github.com/BBBSProjects.html">BBBS Projects</a></li>
<li><a href="htts://ftnapps.github.com/SynchronetProjects.html">Synchronet Projects</a></li>
</ul>
<p class="filler"><!-- Filler para to extend left vertical line --></p>
<p class="filler"><!-- Filler para to extend left vertical line --></p>
<p class="filler"><!-- Filler para to extend left vertical line --></p>
<p class="filler"><!-- Filler para to extend left vertical line --></p>
</div>
</div>
<!-- ##### Footer ##### -->
<div id="footer">
<span class="doNotPrint">
For comments or questions about this website, please contact the
<a href="mailto:jame@rocasa.us" title="NB: jame (at) rocasa.us"> Webmaster</a>
</span>
</div>
</body>
</html>