40 lines
1.1 KiB
HTML
40 lines
1.1 KiB
HTML
|
<!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>
|