From 6d0494c00b8e6d85f371a4012ea233acf0e3f4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulkadir=20Furkan=20=C5=9Eanl=C4=B1?= Date: Sat, 2 Oct 2021 23:46:21 +0200 Subject: [PATCH] Add IP check service. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Abdulkadir Furkan Şanlı --- .gitignore | 1 + content/ip | 1 + public/index.html | 2 +- public/ip | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 content/ip create mode 100644 public/ip diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/content/ip b/content/ip new file mode 100644 index 0000000..52f6b15 --- /dev/null +++ b/content/ip @@ -0,0 +1 @@ +Current IP CheckCurrent IP Address: diff --git a/public/index.html b/public/index.html index 57ecd3b..791fdae 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@ - + abdulocracy's personal site diff --git a/public/ip b/public/ip new file mode 100644 index 0000000..52f6b15 --- /dev/null +++ b/public/ip @@ -0,0 +1 @@ +Current IP CheckCurrent IP Address: