Added ip.flash.moe

This commit is contained in:
flash 2020-08-17 01:35:10 +00:00
parent 1405d65126
commit 727145b1b3
4 changed files with 16 additions and 1 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* text=auto

9
.gitignore vendored Normal file
View 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

View file

@ -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>

View file

@ -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.',