diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -38,15 +38,15 @@ </script> </head> <body> -<h2> - cs1300 AB Testing Start Screen -</h2> -<p> - <strong>Task: </strong> On the next page, do XYZ... -</p> -<button onclick="redirectAB()">Start Task</button> -<br /> -<br /> -<button onclick="downloadAB()">Download & Clear Current Data</button> + <h2> + cs1300 AB Testing Start Screen + </h2> + <p> + <strong>Task: </strong> On the next page, do XYZ... + </p> + <button onclick="redirectAB()">Start Task</button> + <br /> + <br /> + <button onclick="downloadAB()">Download & Clear Current Data</button> </body> </html> |