import logoSvg from '../../imports/logo.svg'; export default function AboutMeatloafPage() { return (
Meatloaf

Meatloaf

Multi-device Commodore 64 Emulator

{[ ['Project', 'Meatloaf Manipulator'], ['Platform', 'Commodore 64 / C128'], ['Website', 'meatloaf.cc'], ['GitHub', 'github.com/idolpx/meatloaf'], ].map(([label, value]) => (
{label} {value}
))}

Meatloaf is open-source firmware for retro computing enthusiasts.
Released under the GPL3 License.

); }