You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<a href="http://webosarchive.org">webOS Archive</a>, a project of <a href="https://codepoetry.app">codepoetry inc.</a>, provides this listing without profit and under Fair Use provisions and <a href="https://www.copyright.gov/1201/docs/librarian_statement_01.html">other exemptions</a> of U.S. copyright law, for the purposes of historical preservation.
<?php
if (isset($config['contact_email']) && !empty($config['contact_email'])) {
echo "If you have questions or comments, or to submit a take down request for IP you own the rights to, please <a href=\"javascript:document.location=atob('" . base64_encode("mailto:" . $config['contact_email'] . "?subject=webOS App Museum") . "')\">email the curator</a>!";