/* * JSS-01 |JavaScript Software Synthesizer * Copyright (c) 2023 Michael Kolesidis * GNU Affero General Public License v3.0 * */ export default function footer() { return /*html*/ `

© 2023 Made with ♥ by Michael Kolesidis.
Licensed under the GNU AGPL.

v.2.0.3
`; }