diff options
| author | s1n <[email protected]> | 2019-11-04 13:21:34 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-04 13:21:34 -0800 |
| commit | 5780280718fe05a4c293b013f20af32eb5d01d0e (patch) | |
| tree | a4c77331112024668374fefccd5404d4724dcaa8 /ip-detection | |
| parent | favicon links (diff) | |
| download | s1n.pw-admin-5780280718fe05a4c293b013f20af32eb5d01d0e.tar.xz s1n.pw-admin-5780280718fe05a4c293b013f20af32eb5d01d0e.zip | |
add text select to ip detect
Diffstat (limited to 'ip-detection')
| -rw-r--r-- | ip-detection/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ip-detection/index.html b/ip-detection/index.html index 7942bc3..60fa795 100644 --- a/ip-detection/index.html +++ b/ip-detection/index.html @@ -42,6 +42,15 @@ <span class="nav-indicator"></span> </nav> </div> + + <style> + .content { + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + } + </style> <div class="bio"> <div class="links"> |