From 5d07ac28bb9d41725ab9ff8f5845de767fa64662 Mon Sep 17 00:00:00 2001 From: hatrd Date: Thu, 18 Jul 2024 08:28:53 +0800 Subject: [PATCH] rand --- index.html | 5 +++++ rand/index.html | 55 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 rand/index.html diff --git a/index.html b/index.html index b3448b2..dcd4737 100644 --- a/index.html +++ b/index.html @@ -54,6 +54,11 @@

hash

哈希工具。

+
+

rand

+

随机字符串生成工具。

+
+

qr

二维码扫码工具。

diff --git a/rand/index.html b/rand/index.html new file mode 100644 index 0000000..0c9edbe --- /dev/null +++ b/rand/index.html @@ -0,0 +1,55 @@ + + + + Random Generator + + + +

Random Generator

+ +
+

result

+ + + + + +
+ +
+ +
+ + + + \ No newline at end of file