Template for a beatiful website.
let bodyHtml = `
Instand Endpoints For Anything
Build what you want with auutocode! Websites, bots, and more!
You must be thinking...
Is this legit? YES IT'S LEGIT! Infact, this website was made using autocode!
Incredible Support
Support is packed along with features! You have tons of support from fellow users, and even the staff! Super friendly stuff, you know.
Make your own snippets.
Rise to the top with your own snippets/apps, and maybe, become a community hero!
Founder
Keith William Horwood - Entrepreneur and Founder, Autocode
Other Friendly Staff...
Few staff members here:-
Janeth
Jacob Lee
Jacklyn Biggin
Kangabru
William B.
Nestor
And More... Like Scott Gamble/Threesided.
`
return {
statusCode: 200,
headers: {
'Content-Type': 'text/html',
},
body: bodyHtml,
};