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>
|
<label for="tab/my/unsorted">Unsorted</label>
|
||||||
<div>{tabs['unsorted']}</div>
|
<div>{tabs['unsorted']}</div>
|
||||||
</div></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)"
|
<input type="radio" onclick="update(id)"
|
||||||
name="tab" id="tab/mirrors" />
|
name="tab" id="tab/mirrors" />
|
||||||
<label for="tab/mirrors">Mirrors</label>
|
<label for="tab/mirrors">Mirrors</label>
|
||||||
|
@ -468,6 +472,12 @@ tabs = {
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
''',
|
''',
|
||||||
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
|
'learn': f'''\
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://roadmap.sh">Roadmap</a></li>
|
||||||
|
</ul>
|
||||||
|
''',
|
||||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
'links': f'''\
|
'links': f'''\
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue