mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
Reworded credits
This commit is contained in:
parent
854ce0e984
commit
7d32978f3e
1 changed files with 2 additions and 2 deletions
|
@ -616,8 +616,8 @@ switch($_GET["action"])
|
|||
$title = "Credits - $sitename";
|
||||
$content = "<h1>$sitename credits</h1>
|
||||
<p>$sitename is powered by Pepperminty Wiki - An entire wiki packed inside a single file.</p>
|
||||
<p>Pepperminty wiki was built by <a href='//starbeamrainboowlabs.com'>Starbeamrainbowlabs</a></p>
|
||||
<p>Pepperminty wiki uses slimdown by <a href='https://github.com/jbroadway'>Johnny Broadway</a>, which can be found <a href='https://gist.github.com/jbroadway/2836900'>on github</a>.</p>
|
||||
<p>This wiki is powered by Pepperminty Wiki, which was built by <a href='//starbeamrainboowlabs.com'>Starbeamrainbowlabs</a>, and can be found <a href='//github.com/sbrl/Pepperminty-Wiki/'>on github</a>.</p>
|
||||
<p>A slightly modified version of slimdown is used to parse text source into HTML. Slimdown is by <a href='https://github.com/jbroadway'>Johnny Broadway</a>, which can be found <a href='https://gist.github.com/jbroadway/2836900'>on github</a>.</p>
|
||||
<p>The default favicon is from <a href='//openclipart.org'>Open Clipart</a> by bluefrog23, and can be found <a href='https://openclipart.org/detail/19571/peppermint-candy-by-bluefrog23'>here</a>.</p>";
|
||||
exit(renderpage($title, $content));
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue