Added ip.flash.moe
This commit is contained in:
parent
1405d65126
commit
727145b1b3
4 changed files with 16 additions and 1 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
* text=auto
|
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
/public/_phpmyadm
|
||||
/public/_satori
|
||||
/public/midis
|
||||
/public/topmostfriend/*.exe
|
||||
/public/volatile
|
||||
/public/whois/vendor
|
||||
/public/np.php
|
||||
/public/nothing.php
|
||||
|
|
@ -162,7 +162,7 @@ if($reqPath === '/contact') {
|
|||
|
||||
foreach($contact as $section) {
|
||||
?>
|
||||
<div class="section" id="section-<?=$section;?>">
|
||||
<div class="section" id="section-<?=$section['id'];?>">
|
||||
<div class="section-content">
|
||||
<div class="section-background"></div>
|
||||
<h1><?=$section['title'];?></h1>
|
||||
|
|
|
@ -15,6 +15,11 @@ if($reqPath === '/etc') {
|
|||
'desc' => 'ASCII character set table with minor filtering functionality.',
|
||||
'link' => '//flash.moe/ascii.php',
|
||||
],
|
||||
[
|
||||
'title' => 'IP Address Display',
|
||||
'desc' => 'Looks up both your IPv4 and IPv6 addresses and display them to you.',
|
||||
'link' => '//ip.flash.moe',
|
||||
],
|
||||
[
|
||||
'title' => 'MIDI Collection',
|
||||
'desc' => 'My collection of MIDI and SF2 files.',
|
||||
|
|
Loading…
Reference in a new issue