Spaces:
Sleeping
Sleeping
Update templates/portal.html
Browse files- templates/portal.html +2 -0
templates/portal.html
CHANGED
@@ -14,6 +14,8 @@
|
|
14 |
<li><a href="{{ url_for('index', set='B', index=0) }}">Set B - Renewable Energy</a></li>
|
15 |
<li><a href="{{ url_for('index', set='C', index=0) }}">Set C - Report Writing</a></li>
|
16 |
<li><a href="{{ url_for('index', set='D', index=0) }}">Set D - Climate Change</a></li>
|
|
|
|
|
17 |
</ul>
|
18 |
</div>
|
19 |
</body>
|
|
|
14 |
<li><a href="{{ url_for('index', set='B', index=0) }}">Set B - Renewable Energy</a></li>
|
15 |
<li><a href="{{ url_for('index', set='C', index=0) }}">Set C - Report Writing</a></li>
|
16 |
<li><a href="{{ url_for('index', set='D', index=0) }}">Set D - Climate Change</a></li>
|
17 |
+
<li><a href="{{ url_for('index', set='F', index=0) }}">Set F - Coding Best Practices</a></li>
|
18 |
+
<li><a href="{{ url_for('index', set='G', index=0) }}">Set G - Science and Technology Education</a></li>
|
19 |
</ul>
|
20 |
</div>
|
21 |
</body>
|