From d69f06d116e58225fcbe6b9668cf66f31c069a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Tue, 19 Apr 2022 23:35:20 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=97=E3=83=AD=E3=82=B8=E3=82=A7=E3=82=AF?= =?UTF-8?q?=E3=83=88=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.txt | 4 ++++ README.md | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 LICENSE.txt create mode 100644 README.md diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..6e2c1b6 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,4 @@ +Freedom License v1 (2021年08月17日) + +全く無限的自由です。 +It's infinite freedom. diff --git a/README.md b/README.md new file mode 100644 index 0000000..867adbe --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# URLロリ +クッソ小さいURL短縮作成ソフトだわ〜♡ + +## 使い方 +```sh +cp links.sample.json links.json +nvim links.json +``` + +ファイルの中に: +``` +{ + "hogehoge": "https://076.moe" +} +``` + +https://(ドメイン名)/hogehoge にアクセスすると、https://076.moe に移転されます。