OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title>Salsa</title> | 5 <title>Salsa</title> |
6 <link rel="stylesheet" href="salsa.css"> | 6 <link rel="stylesheet" href="salsa.css"> |
7 <script src="salsa.js"></script> | 7 <script src="salsa.js"></script> |
8 </head> | 8 </head> |
9 | 9 |
10 <body> | 10 <body> |
11 <div id="bounding-box"> | 11 <div id="bounding-box"> |
(...skipping 26 matching lines...) Expand all Loading... |
38 after this experiment, you can manually reset your settings to their | 38 after this experiment, you can manually reset your settings to their |
39 default values at <a href="chrome://gesture">chrome://gesture</a>. | 39 default values at <a href="chrome://gesture">chrome://gesture</a>. |
40 </ul> | 40 </ul> |
41 | 41 |
42 <p>Thank you for your participation!</p> | 42 <p>Thank you for your participation!</p> |
43 </div> | 43 </div> |
44 </div> | 44 </div> |
45 | 45 |
46 </body> | 46 </body> |
47 </html> | 47 </html> |
OLD | NEW |