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="chrome://resources/css/text_defaults.css"> | |
6 <link rel="stylesheet" href="salsa.css"> | 7 <link rel="stylesheet" href="salsa.css"> |
7 <script src="salsa.js"></script> | 8 <script src="salsa.js"></script> |
8 </head> | 9 </head> |
9 | 10 |
10 <body> | 11 <body> |
11 <div id="bounding-box"> | 12 <div id="bounding-box"> |
12 <h1 class="title">Salsa</h1> | 13 <h1 class="title">Salsa</h1> |
Dan Beam
2014/12/10 19:49:24
til: salsa's a thing
xdai1
2014/12/11 02:59:22
? I'm not sure what does it mean. Can you explain
| |
13 | 14 |
14 <div id="invalid_treatment_info" hidden> | 15 <div id="invalid_treatment_info" hidden> |
15 I'm afraid there has been some problem determining which treatments to use | 16 I'm afraid there has been some problem determining which treatments to use |
16 for your experiment. Please try to copy/paste the URL again and refresh | 17 for your experiment. Please try to copy/paste the URL again and refresh |
17 this page. If the problem persists please contact the person running the | 18 this page. If the problem persists please contact the person running the |
18 experiment. | 19 experiment. |
19 </div> | 20 </div> |
20 | 21 |
21 <div id="valid_treatment_info"> | 22 <div id="valid_treatment_info"> |
22 <div id="treatment-list"> | 23 <div id="treatment-list"> |
(...skipping 15 matching lines...) Expand all Loading... | |
38 after this experiment, you can manually reset your settings to their | 39 after this experiment, you can manually reset your settings to their |
39 default values at <a href="chrome://gesture">http://gesture</a>. | 40 default values at <a href="chrome://gesture">http://gesture</a>. |
40 </ul> | 41 </ul> |
41 | 42 |
42 <p class='bold'>Thank you for your participation!</p> | 43 <p class='bold'>Thank you for your participation!</p> |
43 </div> | 44 </div> |
44 </div> | 45 </div> |
45 | 46 |
46 </body> | 47 </body> |
47 </html> | 48 </html> |
OLD | NEW |