sw/librem
This commit is contained in:
parent
a5977d00a6
commit
6c3bad257b
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/social" />
|
name="tab" id="tab/social" />
|
||||||
<label for="tab/social">Social</label>
|
<label for="tab/social">Social</label>
|
||||||
<div>{tabs['social']}</div>
|
<div>{tabs['social']}</div>
|
||||||
|
<input type="radio" onclick="update(id)"
|
||||||
|
name="tab" id="tab/software" />
|
||||||
|
<label for="tab/software">Software</label>
|
||||||
|
<div>{tabs['software']}</div>
|
||||||
<input type="radio" onclick="update(id)"
|
<input type="radio" onclick="update(id)"
|
||||||
name="tab" id="tab/style" />
|
name="tab" id="tab/style" />
|
||||||
<label for="tab/style">Style</label>
|
<label for="tab/style">Style</label>
|
||||||
|
@ -628,6 +632,12 @@ tabs = {
|
||||||
<li><a href="https://nextdoor.com">NextDoor</a></li>
|
<li><a href="https://nextdoor.com">NextDoor</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
''',
|
''',
|
||||||
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
|
'software': f'''\
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://developer.puri.sm/Librem5">Librem 5</a></li>
|
||||||
|
</ul>
|
||||||
|
''',
|
||||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
'style': f'''\
|
'style': f'''\
|
||||||
<input type="checkbox" id="dark" onclick="swap()">Dark</input>
|
<input type="checkbox" id="dark" onclick="swap()">Dark</input>
|
||||||
|
|
Loading…
Reference in a new issue