Add UA detection
This commit is contained in:
parent
12980b1669
commit
2d7bda3aa2
8 changed files with 167 additions and 30 deletions
39
ip.html
Normal file
39
ip.html
Normal file
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta http-equiv="Content-Language" content="th">
|
||||
<meta http-equiv="content-Type" content="text/html; charset=UTF-8">
|
||||
<title>หมายเลข IP</title>
|
||||
<link rel="icon" type="image/png" href="icons/ttt-org.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="topbar">
|
||||
<a href="index.html" class="backbutton">
|
||||
<img src="icons/left.svg">
|
||||
</a>
|
||||
<div style="display: flex; align-items:start; justify-content: center; margin-top: -0.3cm;">
|
||||
<h4>หมายเลข IP</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid-container">
|
||||
|
||||
<div class="middle">
|
||||
|
||||
<div class="list" style="margin-top: 1.5cm;">
|
||||
<a class="listinfo">
|
||||
<div style="display: flex; margin-left: 0.5cm; align-items: center; justify-content: left;">
|
||||
<p>หมายเลข IPv4</p>
|
||||
</div>
|
||||
<div style="display: flex; margin-right: 0.5cm; align-items: center; justify-content: right;">
|
||||
<p>127.0.0.1</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue