24 lines
415 B
HTML
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>
|