getglebbs2/html/threads.html
2020-09-10 00:34:24 -04:00

24 lines
415 B
HTML

<html>
<head>
<title>GetgleBBS</title>
<link rel="stylesheet" href="threads.css">
</head>
<body>
<div id="page">
<div id="header">
<span class="logo">monkey cage</span><br>
<a href="index.php">frontpage,</a>
<a href="catalog.php">catalog,</a>
<a href="createthread.html">create thread</a>
</div>
<div id="threads">
<!--[[CONTENT]]-->
</div>
</div>
<div id="footer">
powered by getglebbs3
</div>
</body>
</html>