Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ray7551 authored Sep 16, 2021
1 parent 05dd6fb commit 1a22850
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@ <h1><a href="https://ray7551.github.io/sketch/">sketch</a></h1>
<table>
<thead>
<tr>
<th style="text-align: center"><a href="/skyWindow"><img alt="Sky Window" src="/skyWindow/demo.gif" width="350" /></a></th>
<th style="text-align: center"><a href="/elastic-mesh"><img alt="elastic-mesh" src="/elastic-mesh/demo.gif" width="350" /></a></th>
<th style="text-align: center"><a href="skyWindow"><img alt="Sky Window" src="skyWindow/demo.gif" width="350" /></a></th>
<th style="text-align: center"><a href="elastic-mesh"><img alt="elastic-mesh" src="elastic-mesh/demo.gif" width="350" /></a></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center"><a href="/skyWindow">Sky Window</a></td>
<td style="text-align: center"><a href="/elastic-mesh">Draggable Elastic Mesh</a></td>
<td style="text-align: center"><a href="skyWindow">Sky Window</a></td>
<td style="text-align: center"><a href="elastic-mesh">Draggable Elastic Mesh</a></td>
</tr>
</tbody>
</table>

<table>
<thead>
<tr>
<th style="text-align: center"><a href="/impossible-window"><img alt="impossible window" src="/impossible-window/demo.gif" width="350" /></a></th>
<th style="text-align: center"><a href="/slow_nothing"><img alt="slow_nothing" src="/slow_nothing/demo.gif" width="350" /></a></th>
<th style="text-align: center"><a href="impossible-window"><img alt="impossible window" src="impossible-window/demo.gif" width="350" /></a></th>
<th style="text-align: center"><a href="slow_nothing"><img alt="slow_nothing" src="slow_nothing/demo.gif" width="350" /></a></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center"><a href="/impossible-window">Impossible Window</a></td>
<td style="text-align: center"><a href="/slow_nothing">Nothing</a></td>
<td style="text-align: center"><a href="impossible-window">Impossible Window</a></td>
<td style="text-align: center"><a href="slow_nothing">Nothing</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 1a22850

Please sign in to comment.