mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 14:30:31 +02:00
guestbook ip js keyboard
This commit is contained in:
parent
6728ebcfbf
commit
eb2229631a
8 changed files with 50 additions and 175 deletions
|
@ -9,10 +9,10 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>IP Lookup</h1>
|
||||
<div class="card shadow">
|
||||
<div class="cards shadow">
|
||||
<input type="text" id="ipInput" placeholder="Enter IP address">
|
||||
<button id="lookupElem">Lookup</button>
|
||||
<div class="your tooltip" data-tooltip="Only provides IPv4.">Your IP: <span id="your-ip">69.420.69.69</span></div>
|
||||
<div class="your" data-tooltip="Only provides IPv4.">Your IP: <span id="your-ip">69.420.69.69</span></div>
|
||||
</div>
|
||||
<div id="output"></div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue