Skip to content
Snippets Groups Projects
Commit fdb1adab authored by deuce's avatar deuce
Browse files

Use an SSJs page as the main index.

parent 7fdad09e
No related branches found
No related tags found
No related merge requests found
<html>
<head>
<!-- $Id$ -->
<title>Yet Another Default Synchronet BBS</title>
</head>
<body bgcolor=teal text=white link=yellow vlink=lime alink=white>
<p>Welcome to another Synchronet BBS site!</p>
The SysOp hasn't customized this area yet...<br>
<a href="nodelist.ssjs">See who is currently online</a><br>
<a href="newuser.ssjs">Sign up as a new user</a><br>
<a href="members/">Members Area</a><br>
<a href="members/msgs">Message Groups (Members only)</a><br>
<br><br><a href="http://www.synchro.net/"><img src="graphics/sync_pb.gif" border=0></a>
</body>
</html>
load("html_inc/template.ssjs");
template.title=system.name+" Home Page";
write_template("header.inc");
write_template("mainindex.inc");
write_template("footer.inc");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment