phantasma/app/static/js/about.js
2021-11-24 09:20:50 +01:00

3 lines
136 B
JavaScript
Executable file

pandoraAPI('getPage', {'name': 'about'}).then(response => {
document.querySelector('main .about').innerHTML = response.data.text
})