Add UA detection
This commit is contained in:
parent
12980b1669
commit
2d7bda3aa2
8 changed files with 167 additions and 30 deletions
45
index.html
45
index.html
|
@ -118,7 +118,7 @@
|
|||
<!-- Nextcloud -->
|
||||
<div class="inner-grid">
|
||||
<div>
|
||||
<img src="icons/nextcloud.svg" alt="Nextcloud" width="80" height="80" style="margin-left: 0.3cm;">
|
||||
<img src="icons/nextcloud.png" alt="Nextcloud" width="80" height="80" style="margin-left: 0.3cm;">
|
||||
</div>
|
||||
<div>
|
||||
<h3>Nextcloud</h3>
|
||||
|
@ -202,37 +202,22 @@
|
|||
<h3>เครื่องมือ</h3>
|
||||
|
||||
<div class="list">
|
||||
<div class="inner-grid">
|
||||
<div>
|
||||
<img src="icons/" alt="ip-address" width="80" height="80" style="margin-left: 0.3cm; border-radius: 40px; box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13);">
|
||||
</div>
|
||||
<div>
|
||||
<div style="display: flex; margin-bottom: -5%; align-items: center;">
|
||||
<h3>ตรวจสอบหมายเลข IP</h3>
|
||||
<p></p>
|
||||
</div>
|
||||
<p>ดูหมายเลข IP ของคุณ</p>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.techtransthai.org" class="button" rel="me">View...</a>
|
||||
</div>
|
||||
<a class="listaction" href="ip.html">
|
||||
<div style="display: flex; margin-left: 0.5cm; align-items: center;">
|
||||
<p>หมายเลข IP</p>
|
||||
</div>
|
||||
<img src="icons/right.svg">
|
||||
</a>
|
||||
|
||||
<div class="inner-grid">
|
||||
<div>
|
||||
<img src="icons/" alt="user-agent" width="80" height="80" style="margin-left: 0.3cm; border-radius: 40px; box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13);">
|
||||
</div>
|
||||
<div>
|
||||
<div style="display: flex; margin-bottom: -5%; align-items: center;">
|
||||
<h3>ตรวจสอบ User Agent</h3>
|
||||
<p></p>
|
||||
</div>
|
||||
<p>ดู User Agent ของคุณ</p>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.techtransthai.org" class="button" rel="me">View...</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="separator"></div>
|
||||
|
||||
<a class="listaction" href="browser.html">
|
||||
<div style="display: flex; margin-left: 0.5cm; align-items: center;">
|
||||
<p>ข้อมูลเบราว์เซอร์</p>
|
||||
</div>
|
||||
<img src="icons/right.svg">
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<h3>รู้จักกับเรา</h3>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue