diff options
| author | s1n <[email protected]> | 2019-09-23 19:58:46 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-09-23 19:58:46 -0700 |
| commit | 7f6ab64c7499d7b53b370c5672731876c91ad3d4 (patch) | |
| tree | ef71e53696e122b85b4740fde91918fa94273cc6 /directory/demos/index.html | |
| parent | rename oops (diff) | |
| download | s1n.pw-admin-7f6ab64c7499d7b53b370c5672731876c91ad3d4.tar.xz s1n.pw-admin-7f6ab64c7499d7b53b370c5672731876c91ad3d4.zip | |
add path-tracer
Diffstat (limited to 'directory/demos/index.html')
| -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 e09628e..e1ae8b0 100644 --- a/directory/demos/index.html +++ b/directory/demos/index.html @@ -46,6 +46,17 @@ <td><a href="/input-lag/">Input Lag</a></td> <td align="right">2.8K</td> </tr> + <tr> + <td valign="top"><a href="/path-tracer/"> + <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="/path-tracer/">Path Tracer</a></td> + <td align="right">104K</td> + </tr> </div> <!-- Loading Animation --> |