* Edit motd.txt; whatever is in that file is shown on the screen (the MOTD). Use HTML formatting for the best design.
Code: Select all
<html>
<head>
<title>Default NuclearFallout MOTD</title>
</head>
<body bgcolor="black" text="white">
This is a NuclearFallout server.<br>
Visit <a href="http://rentals.nuclearfallout.net">http://rentals.nuclearfallout.net</a> to rent your own!
</body>
</body>
</html>