Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SkillfulElectro committed May 17, 2024
1 parent 4166372 commit 58796a2
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,31 @@ <h4>based on : Learn Android Studio 3 with Kotlin by Ted Hagos</h4>
<div class="rectangle">
<select id="urlSelector" style="text-align: center;width: 30%;">
<option value="https://pl.kotl.in/CwaHuIT1D?theme=darcula">Hello World!</option>
<option value="https://www.example.com">Example 2</option>
<option value="https://pl.kotl.in/EsAlL06p5?readOnly=true&theme=darcula">literals</option>
<option value="https://pl.kotl.in/fSYnoB8OP?readOnly=true&theme=darcula">comments</option>
<option value="https://pl.kotl.in/7j6LAMIn9?theme=darcula">Arrays</option>
<option value="https://pl.kotl.in/MlzbRslX0?theme=darcula&readOnly=true">if statement</option>
<option value="https://pl.kotl.in/9lt8tt0ka?theme=darcula&readOnly=true">when statement</option>
<option value="https://pl.kotl.in/APwHAlJgy?theme=darcula">while statement</option>
<option value="https://pl.kotl.in/evQoTTNb2?theme=darcula">for loops</option>
<option value="https://pl.kotl.in/A-IFv58LL?theme=darcula">Try Catch</option>
<option value="https://pl.kotl.in/tjDzzxqmb?theme=darcula">nullable types</option>
<option value="https://pl.kotl.in/ibvmb8-ed?theme=darcula">Declaring functions</option>
<option value="https://pl.kotl.in/qN_0NJOYy?theme=darcula">Declaring functions 2</option>
<option value="https://pl.kotl.in/bOq9DS9-Q?theme=darcula">default arguments</option>
<option value="https://pl.kotl.in/nw7oU8Jz4?theme=darcula">Extension Functions</option>
<option value="https://pl.kotl.in/kmnt2t6RC?theme=darcula">Infix functions</option>
<option value="https://pl.kotl.in/um4Pl9FkL?theme=darcula">Working with Types</option>
<option value="https://pl.kotl.in/zIfJ0Rr0T?theme=darcula">Collections and Arrays</option>
<option value="https://pl.kotl.in/3rvhjWX8f?theme=darcula&readOnly=true">advantage of Generic</option>
<option value="https://pl.kotl.in/qB35oISw_?theme=darcula">Generic sample 1</option>
<option value="https://pl.kotl.in/_51zUWSRu?theme=darcula">Generic sample 2</option>
<option value="https://pl.kotl.in/j7rZkUNo6?theme=darcula">Adding new function to List</option>
<option value="https://pl.kotl.in/D1rOZxGsr?theme=darcula">Generics in classes</option>
<option value="https://pl.kotl.in/iWaNaj6zA?theme=darcula">Variance sample 1</option>
<option value="https://pl.kotl.in/TAkGxjeXH">covariance</option>
<option value="https://pl.kotl.in/X1wV7tQbx?theme=darcula">Reified Generics</option>
<option value="https://pl.kotl.in/eH1TvzmU-?theme=darcula">Type Filtering and Inheritance</option>
<!-- Add more options here -->
</select>
<iframe id="iframe" src="loading.html" width="100%" height="100%"></iframe>
Expand Down

0 comments on commit 58796a2

Please sign in to comment.