finished converting service data to JSON

This commit is contained in:
2026-01-11 13:32:02 -05:00
parent 9be65f427c
commit 51e1a994b5
4 changed files with 287 additions and 20 deletions
+2
View File
@@ -0,0 +1,2 @@
for i in range(101) :
print(i, '% { background: linear-gradient(var(--black) 0 0) padding-box, linear-gradient(', round(i*3.6, 3), 'deg, var(--gold), white, var(--gold)) border-box; }', sep='')