Did *some* code cleanup and added a few links
This commit is contained in:
parent
69f90c9534
commit
b681c54f4b
1 changed files with 18 additions and 6 deletions
24
index.php
24
index.php
|
@ -11,7 +11,7 @@ if ($plaintext != 'true') {
|
|||
.div1::before{content:"\0040";font-size:initial}.div2::before{content:".";font-size:initial}.div1,.div2{font-size:0}
|
||||
section[name="projects"] p{margin: .5em 0}
|
||||
</style>
|
||||
<title>Bugzbunny - IRC Server</title>
|
||||
<title>Bugzbunny - IRC Network</title>
|
||||
<?php
|
||||
} else {
|
||||
header('Content-Type: text/html; charset=utf-8');
|
||||
|
@ -32,10 +32,18 @@ ________ ___ ___ ________ ________ ________ ___ ___ ________ ________
|
|||
|
||||
<?php echo ($plaintext != 'true') ? '<p>' : null; ?>Welcome to the International Freedom Network.
|
||||
|
||||
<?php echo ($plaintext != 'true') ? '<p>' : null; ?> Main site: <?php echo ($plaintext != 'true') ? '<a href="#" rel="me">' : null; ?>https://irc.bugzbunny.net<?php echo ($plaintext != 'true') ? '</a><br>' : "\r\n"; ?>
|
||||
About us: <?php echo ($plaintext != 'true') ? '<a href="https://www.bugzbunny.net" rel="me">' : null; ?>https://www.bugzbunny.net<?php echo ($plaintext != 'true') ? '</a><br>' : "\r\n"; ?>
|
||||
Webchat: <?php echo ($plaintext != 'true') ? '<a href="https://www.bugzbunny.net/webchat">' : null; ?>https://www.bugzbunny.net/webchat<?php echo ($plaintext != 'true') ? '</a></p>' : null; ?>
|
||||
|
||||
<?php
|
||||
if ($plaintext == 'true') {
|
||||
?>
|
||||
Main site: https://irc.bugzbunny.net
|
||||
<?php } ?>
|
||||
<?=($plaintext != 'true')?'<p>':null?>About us: <?php echo ($plaintext != 'true') ? '<a href="https://www.bugzbunny.net" rel="me">' : null; ?>https://www.bugzbunny.net<?php echo ($plaintext != 'true') ? '</a><br>' : "\r\n"; ?>
|
||||
Webchat: <?php echo ($plaintext != 'true') ? '<a href="https://www.bugzbunny.net/webchat">' : null; ?>https://www.bugzbunny.net/webchat<?php echo ($plaintext != 'true') ? '</a><br>' : "\r\n"; ?>
|
||||
<?php
|
||||
if ($plaintext != 'true' ) {
|
||||
?>
|
||||
IRC Server: <a href="ircs://irc.bugzbunny.net">ircs://www.bugzbunny.net</a></p>
|
||||
<?php } ?>
|
||||
|
||||
<?php echo ($plaintext != 'true') ? '<p>' : null; ?> My name is L. Horace (aka bugzbunny). The owner of this network. A crass, honest, and friendly person.
|
||||
The primary purpose of this IRC network is to provide real-time support for Bugzbunny's services. However,
|
||||
|
@ -44,7 +52,8 @@ ________ ___ ___ ________ ________ ________ ___ ___ ________ ________
|
|||
|
||||
|
||||
<?php echo ($plaintext != 'true') ? '<p>' : null; ?> Network Channels:<?php echo ($plaintext != 'true') ? '<br>' : "\r\n"; ?>
|
||||
<?php echo ($plaintext != 'true') ? ' ' : null; ?> <?=($plaintext != 'true')?'<a href="https://irc.bugzbunny.net/webchat/?channels=%23bugzbunny" target="_blank" rel="noopener noreferrer">':null?>#bugzbunny<?=($plaintext != 'true')?'</a>':null;?> Support and Offtopic chatter<?php echo ($plaintext != 'true') ? '</p>' : null; ?>
|
||||
<?php echo ($plaintext != 'true') ? ' ' : null; ?> <?=($plaintext != 'true')?'<a href="https://irc.bugzbunny.net/webchat/?channels=%23bugzbunny" target="_blank" rel="noopener noreferrer">':null?>#bugzbunny<?=($plaintext != 'true')?'</a>':null;?> Support and Offtopic chatter<?php echo ($plaintext != 'true') ? '<br>' : "\r\n"; ?>
|
||||
<?=($plaintext != 'true')?' ':null;?> <?=($plaintext != 'true')?'<a href="https://irc.bugzbunny.net/webchat/?channels=%23social" target="_blank" rel="noopener noreferrer">':null?>#social<?=($plaintext != 'true')?'</a>':null;?> Network socialize channel<?=($plaintext != 'true')?'</p>':null;?>
|
||||
|
||||
|
||||
<?php echo ($plaintext != 'true') ? '<p>' : null; ?> Main Channels:<?php echo ($plaintext != 'true') ? '<br>' : "\r\n"; ?>
|
||||
|
@ -65,6 +74,8 @@ religion, and freedom of expression. Disrespectfulness and impoliteness aren't p
|
|||
<p>* Absolutely no spam and/or DDoS
|
||||
|
||||
<p>* Absolutely no inciting violence towards anyone
|
||||
|
||||
<p>* Absolutely no unauthorized bots on network and main channels
|
||||
<?php } else { ?>
|
||||
|
||||
Check /RULES for the rules of this network.<?php
|
||||
|
@ -72,4 +83,5 @@ religion, and freedom of expression. Disrespectfulness and impoliteness aren't p
|
|||
|
||||
if ($plaintext != 'true') { ?>
|
||||
<p><img src="imgs/my_pic.jpg" title="Yeah, that's me" alt="Do I look pretty in text" width=230 style="display:block;margin:2em auto">
|
||||
<p><small>Sister Network: <a href="irc://irc.ircnow.org">irc://irc.ircnow.org</a><small>
|
||||
<?php } ?>
|
Loading…
Add table
Reference in a new issue