22 lines
402 B
HTML
22 lines
402 B
HTML
<html>
|
|
<head>
|
|
<title>GetgleBBS 2.0</title>
|
|
<link rel="stylesheet" href="threads.css">
|
|
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<span class="logo">GetgleBBS - /all/</span><br>
|
|
<a href="1.html">frontpage,</a>
|
|
<a href="catalog.html">catalog,</a>
|
|
<a href="1.html#newthread">create thread</a>
|
|
</div>
|
|
<div id="catalog">
|
|
<!--[[CONTENT]]-->
|
|
</div>
|
|
<div id="footer">
|
|
powered by getglebbs 2.0
|
|
</div>
|
|
</body>
|
|
</html>
|