From 727145b1b36495447fb7a2f44de30345db25aad9 Mon Sep 17 00:00:00 2001 From: flashwave Date: Mon, 17 Aug 2020 01:35:10 +0000 Subject: [PATCH] Added ip.flash.moe --- .gitattributes | 1 + .gitignore | 9 +++++++++ pages/contact.php | 2 +- pages/etcetera.php | 5 +++++ 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..99d83ea --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/public/_phpmyadm +/public/_satori +/public/midis +/public/topmostfriend/*.exe +/public/volatile +/public/whois/vendor +/public/np.php +/public/nothing.php + diff --git a/pages/contact.php b/pages/contact.php index 4e91776..ae6ace0 100644 --- a/pages/contact.php +++ b/pages/contact.php @@ -162,7 +162,7 @@ if($reqPath === '/contact') { foreach($contact as $section) { ?> -
+

diff --git a/pages/etcetera.php b/pages/etcetera.php index 93f4e66..1e29d5c 100644 --- a/pages/etcetera.php +++ b/pages/etcetera.php @@ -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.',