diff options
| author | s1n <[email protected]> | 2019-09-30 21:45:51 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-09-30 21:45:51 -0700 |
| commit | 08d5c0f0d42b29e46be7692807ce1f5edb8d0dff (patch) | |
| tree | 9609a43a4c84a5d69683264d78addbbcccb70da4 | |
| parent | rewrite test (diff) | |
| download | s1n.pw-admin-08d5c0f0d42b29e46be7692807ce1f5edb8d0dff.tar.xz s1n.pw-admin-08d5c0f0d42b29e46be7692807ce1f5edb8d0dff.zip | |
add to directory
| -rw-r--r-- | directory/demos/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/directory/demos/index.html b/directory/demos/index.html index e1ae8b0..98f8356 100644 --- a/directory/demos/index.html +++ b/directory/demos/index.html @@ -57,6 +57,17 @@ <td><a href="/path-tracer/">Path Tracer</a></td> <td align="right">104K</td> </tr> + <tr> + <td valign="top"><a href="/ip-detection/"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[SND]" width="24" + height="24"> + <title>Demo</title> + + </svg> + </a></td> + <td><a href="/ip-detection/">IP Detection</a></td> + <td align="right">4K</td> + </tr> </div> <!-- Loading Animation --> |