learn/roadmap
This commit is contained in:
parent
3cd2f89ea1
commit
e3d6bd7669
1 changed files with 10 additions and 0 deletions
10
build.py
10
build.py
|
@ -89,6 +89,10 @@ def main():
|
|||
<label for="tab/my/unsorted">Unsorted</label>
|
||||
<div>{tabs['unsorted']}</div>
|
||||
</div></div>
|
||||
<input type="radio" onclick="update(id)"
|
||||
name="tab" id="tab/learn" />
|
||||
<label for="tab/learn">Learn</label>
|
||||
<div>{tabs['learn']}</div>
|
||||
<input type="radio" onclick="update(id)"
|
||||
name="tab" id="tab/mirrors" />
|
||||
<label for="tab/mirrors">Mirrors</label>
|
||||
|
@ -468,6 +472,12 @@ tabs = {
|
|||
|
||||
</table>
|
||||
''',
|
||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
'learn': f'''\
|
||||
<ul>
|
||||
<li><a href="https://roadmap.sh">Roadmap</a></li>
|
||||
</ul>
|
||||
''',
|
||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
'links': f'''\
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue