diff --git a/browser.html b/browser.html new file mode 100644 index 0000000..7f0abde --- /dev/null +++ b/browser.html @@ -0,0 +1,61 @@ + + + + + + + ข้อมูลเบราว์เซอร์ + + + + +
+ + + +
+

ข้อมูลเบราว์เซอร์

+
+
+
+ +
+ + +
+
+ + + + diff --git a/icons/external-link.png b/icons/external-link.png deleted file mode 100644 index 8751888..0000000 Binary files a/icons/external-link.png and /dev/null differ diff --git a/icons/left.svg b/icons/left.svg new file mode 100644 index 0000000..7061d6d --- /dev/null +++ b/icons/left.svg @@ -0,0 +1,2 @@ + + diff --git a/icons/nextcloud.png b/icons/nextcloud.png new file mode 100644 index 0000000..e4e63fe Binary files /dev/null and b/icons/nextcloud.png differ diff --git a/icons/right.svg b/icons/right.svg new file mode 100644 index 0000000..c8d83ea --- /dev/null +++ b/icons/right.svg @@ -0,0 +1,2 @@ + + diff --git a/index.html b/index.html index 07c5735..17c1f5e 100644 --- a/index.html +++ b/index.html @@ -118,7 +118,7 @@
- Nextcloud + Nextcloud

Nextcloud

@@ -202,37 +202,22 @@

เครื่องมือ

-
-
- ip-address -
-
-
-

ตรวจสอบหมายเลข IP

-

-
-

ดูหมายเลข IP ของคุณ

-
-
- View... -
+ +
+

หมายเลข IP

+ +
-
-
- user-agent -
-
-
-

ตรวจสอบ User Agent

-

-
-

ดู User Agent ของคุณ

-
-
- View... -
-
+
+ + +
+

ข้อมูลเบราว์เซอร์

+
+ +
+

รู้จักกับเรา

diff --git a/ip.html b/ip.html new file mode 100644 index 0000000..a63e5fc --- /dev/null +++ b/ip.html @@ -0,0 +1,39 @@ + + + + + + + หมายเลข IP + + + + +
+ + + +
+

หมายเลข IP

+
+
+ + + + diff --git a/style.css b/style.css index 71cd652..1704e07 100644 --- a/style.css +++ b/style.css @@ -106,3 +106,51 @@ body { height: 1px; background-color: rgba(237, 237, 237, 1); } + +.listaction { + display: grid; + grid-template-columns: 1fr 1cm; + text-decoration: none; + color: black; + align-items: center; + +} + +.topbar { + position: absolute; + width: 100%; + height: 1.2cm; + top: 0px; + left: 0px; + background-color: rgba(255, 255, 255, 1); + border: 1px solid rgba(224, 224, 224, 1); +} + +.listinfo { + display: grid; + grid-template-columns: 1fr 1fr; + text-decoration: none; + color: black; + align-items: center; + +} + +.backbutton { + position: absolute; + color: black; + border-radius:10px; + justify-content: center; + align-items: center; + text-decoration: none; + display: grid; + font-size: 14px; + cursor: pointer; + margin: 0.1cm; + transition-duration: 0.2s; + width: 1cm; + height: 1cm; +} + +.backbutton:hover { + background-color: #DEDEDE; +} \ No newline at end of file