diff --git a/public/index.html b/public/index.html index 229f7fd1396934d29ab67722fd24d671653f635f..6b93c9676dadd9b38e17b8f0cde2bbfbf34cc13c 100644 --- a/public/index.html +++ b/public/index.html @@ -31,10 +31,11 @@ <span><strong>Scenario Selection <i class="fa fa-info-circle" style="font-size:15px;color:yellow" onclick="window.open('https://www.corp.at/archive/CORP2020_54.pdf')"> </i></strong></span> <div class="nowrap"> <select id="selectscenario"> - <option value="current">Existing</option> + <option value="current">2019 Existing</option> <option value="bau">2050 BAU</option> - <option value="bp">2050 Best Practice</option> - <option value="bp1">2050 Best Practice (v1)</option> + <option value="bp">2050 Best Practice (Fall 2019)</option> + <option value="bp1">2050 Best Practice (Summer 2020)</option> + <option value="bp1">2050 Best Practice (Summer 2021)</option> </select> </div> <br>