phantasma/app/static/js/about.js

4 lines
136 B
JavaScript
Raw Normal View History

2021-11-24 08:20:50 +00:00
pandoraAPI('getPage', {'name': 'about'}).then(response => {
document.querySelector('main .about').innerHTML = response.data.text
2021-10-28 11:10:26 +00:00
})