pull/4/head
Baptiste Gelez 5 years ago
parent 428766044d
commit e39d0770d1

@ -31,7 +31,7 @@ fetch('/up.json')
const li = document.createElement('li')
li.appendChild(pTest)
li.appendChild(pLogs)
li.appendChild(' — ')
li.append(' — ')
li.appendChild(pGitHub)
li.classList.add('flex')
document.getElementById('list').appendChild(li)

Loading…
Cancel
Save