!752
html {
registerVisitor();
ret fixHTML(
htitle_h1("Your Personal \"Discount\" A.I.") +
p("Hello there! We'll make your personal " + ahref("http://ai1.lol/", b("Artificial Intelligence")) + " for 10 €.") +
faq([[
Q: How is that possible?
A: We are just starting up, so everything is really cheap!
Q: What do I get?
A: Keys to all current code, and lifetime access (probably) to new code. Also I'll work with you personally if you like that.
Q: How do I pay?
A: PayPal 10€ to info@ai1.lol and send a mail to that same address.
Q: What will the first A.I. do?
A: It will read any web page you like and show you information.
Q: What kind of computer do I need?
A: Any Windows, Mac OS X or Linux machine with an Internet connection will do.
Q: When will the first A.I. be ready?
A: Soon. Mail to info@ai1.lol to be notified!
Q: Can I pay now already?
A: Yes, absolutely :D
Q: Can I ask you questions without paying?
A: Yes of course :)
]]) +
p("Cheers, " + ahref("mailto:info@ai1.lol", "Stefan") + "
Oct 22nd, 2016") +
p(ahref("http://ai1.lol/", b("[More]")))
);
}
sS faq(S s) {
ret ul(toLinesFullTrim (s));
}