Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fukangl authored May 7, 2024
1 parent 794053c commit 6075887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
<!--R-AL robot-assisted bathing -->
<tr onmouseout="E_stop()" onmouseover="E_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div id='E_blurry' class='hidden'><img src="images/softbathing.jpg" width="160"></div>
<div id='E_blurry' class='hidden'><img src="data/robot-assited-bathing.gif" width="160"></div>
<div id='E_sharp'>
<a href="images/softbathing.jpg"><img src="images/softbathing.jpg" width="160"></a>
<a href="data/robot-assited-bathing.gif"><img src="data/robot-assited-bathing.gif" width="160"></a>
</div>
<script type="text/javascript">
function E_start() {
Expand Down

0 comments on commit 6075887

Please sign in to comment.