projects
This commit is contained in:
parent
9bfb4386f1
commit
f43ea53001
1 changed files with 9 additions and 0 deletions
9
build.py
9
build.py
|
@ -69,6 +69,10 @@ def main():
|
|||
name="tab/my" id="tab/my/id" />
|
||||
<label for="tab/my/id">Identity</label>
|
||||
<div>{tabs['id']}</div>
|
||||
<input type="radio" onclick="update(id)"
|
||||
name="tab/my" id="tab/my/projects" />
|
||||
<label for="tab/my/projects">Projects</label>
|
||||
<div>{tabs['projects']}</div>
|
||||
<input type="radio" onclick="update(id)"
|
||||
name="tab/my" id="tab/my/tasks" />
|
||||
<label for="tab/my/tasks">Tasks</label>
|
||||
|
@ -680,6 +684,11 @@ tabs = {
|
|||
<li><a href="http://radio.garden/visit/pessac">Radio Garden</a></li>
|
||||
</ul>
|
||||
''',
|
||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
'projects': f'''\
|
||||
<h1>Live Scan Grub Menu</h1>
|
||||
<h1>Operating File System Profile</h1>
|
||||
''',
|
||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
'pubnix': f'''\
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue