videos/comments
This commit is contained in:
parent
ce57b883d8
commit
8b1c0de0ec
1 changed files with 10 additions and 0 deletions
10
build.py
10
build.py
|
@ -106,6 +106,10 @@ def main():
|
|||
name="tab" id="tab/videos" />
|
||||
<label for="tab/videos">Videos</label>
|
||||
<div><div class="tabs">
|
||||
<input type="radio" onclick="update(id)"
|
||||
name="tab/videos" id="tab/videos/comments" />
|
||||
<label for="tab/videos/comments">Comments</label>
|
||||
<div>{tabs['comments']}</div>
|
||||
<input type="radio" onclick="update(id)"
|
||||
name="tab/videos" id="tab/videos/health" />
|
||||
<label for="tab/videos/health">Health</label>
|
||||
|
@ -316,6 +320,12 @@ tabs = {
|
|||
<img src="img/YouTube.png" /><br />YouTube</a></li>
|
||||
</ul>
|
||||
''',
|
||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
'comments': f'''\
|
||||
<ul>
|
||||
<li><a href="https://www.youtube.com/@LogicallyAnswered/videos">Logically Answered</a></li>
|
||||
</ul>
|
||||
''',
|
||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
'cv': f'''\
|
||||
<ul class="cards">
|
||||
|
|
Loading…
Reference in a new issue