buy,learn,garden
This commit is contained in:
parent
d1d4db7bba
commit
146f6d45fe
1 changed files with 8 additions and 5 deletions
13
build.py
13
build.py
|
@ -86,10 +86,6 @@ def main():
|
||||||
<label for="tab/my/others">…</label>
|
<label for="tab/my/others">…</label>
|
||||||
<div>{tabs['others']}</div>
|
<div>{tabs['others']}</div>
|
||||||
</div></div>
|
</div></div>
|
||||||
<input type="radio" onclick="update(id)"
|
|
||||||
name="tab" id="tab/buy" />
|
|
||||||
<label for="tab/buy">Buy</label>
|
|
||||||
<div>{tabs['buy']}</div>
|
|
||||||
<input type="radio" onclick="update(id)"
|
<input type="radio" onclick="update(id)"
|
||||||
name="tab" id="tab/learn" />
|
name="tab" id="tab/learn" />
|
||||||
<label for="tab/learn">Learn</label>
|
<label for="tab/learn">Learn</label>
|
||||||
|
@ -110,6 +106,10 @@ def main():
|
||||||
name="tab/sites" id="tab/sites/books" />
|
name="tab/sites" id="tab/sites/books" />
|
||||||
<label for="tab/sites/books">Books</label>
|
<label for="tab/sites/books">Books</label>
|
||||||
<div>{tabs['books']}</div>
|
<div>{tabs['books']}</div>
|
||||||
|
<input type="radio" onclick="update(id)"
|
||||||
|
name="tab/sites" id="tab/sites/buy" />
|
||||||
|
<label for="tab/sites/buy">Buy</label>
|
||||||
|
<div>{tabs['buy']}</div>
|
||||||
<input type="radio" onclick="update(id)"
|
<input type="radio" onclick="update(id)"
|
||||||
name="tab/sites" id="tab/sites/pubnix" />
|
name="tab/sites" id="tab/sites/pubnix" />
|
||||||
<label for="tab/sites/pubnix">Pubnix</label>
|
<label for="tab/sites/pubnix">Pubnix</label>
|
||||||
|
@ -551,7 +551,10 @@ tabs = {
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<hr />
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="https://www.youtube.com/@ExternCode/videos">Extern Code</a></li>
|
||||||
|
<li><a href="https://www.youtube.com/@freecodecamp/videos">FreeCodeCamp</a></li>
|
||||||
<li><a href="https://debian-facile.org/projets/lescahiersdudebutant">Les cahiers du débutant sur Debian</a></li>
|
<li><a href="https://debian-facile.org/projets/lescahiersdudebutant">Les cahiers du débutant sur Debian</a></li>
|
||||||
|
<li><a href="https://www.youtube.com/@SimplicodeOfficial/videos">SimpliCode</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<hr />
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -660,7 +663,7 @@ tabs = {
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<hr />
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://radio.garden/visit/pessac">Garden</a></li>
|
<li><a href="http://radio.garden/visit/pessac">Radio Garden</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
''',
|
''',
|
||||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
|
|
Loading…
Reference in a new issue