1<!-- Copyright (c) Microsoft Corporation. All rights reserved. --> 2<!DOCTYPE html> 3<html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <title></title> 6 </head> 7 <body> 8 <div class="options"> 9 <h3 id="listLabel">Select scenario:</h3> 10 <select id="scenarioSelect" aria-labelledby="listLabel"> 11 <!-- scenario list is inserted here --> 12 </select> 13 </div> 14 </body> 15</html> 16