You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
785 B
Plaintext
16 lines
785 B
Plaintext
<div class="section homesection center">
|
|
<img class="homelargeimg" src="images/front.gif" alt="Welcome Image - Large">
|
|
<img class="homesmallimg" src="images/frontsmall.gif" alt="Welcome Image - Small">
|
|
<span class="homemessage fakeLink">Broken-Moon.net</span>
|
|
<br>
|
|
<span class="homesubmessage">
|
|
<% messages = ["Under the Broken Moon, and all the lights in the night sky.",
|
|
"Presently not Experiencing an outage… Probably.",
|
|
"As eternally incomplete as September.",
|
|
"The Internet is Serious Business™.",
|
|
"Everyone on the planet is an accomplice to something.",
|
|
"Once you eliminate the impossible… whatever remains must be the truth. No matter how improbable it may seem.",
|
|
"I am free, therefore I am."] %>
|
|
<%= messages[rand(0..6)] %>
|
|
</span>
|
|
</div> |