UNPKG

meemo-app

Version:

A personal ideas, notes or links manager

34 lines (29 loc) 817 B
<!doctype html> <html> <head> <title>Meemo</title> <meta charset="utf-8"> <link rel="stylesheet" href="popup.css"> </head> <body> <div id="setup" style="display: none;"> <p>Visit your Meemo app and click here again.</p> </div> <div id="home" style="display: none;"> <p>It is now setup for this Meemo app</p> </div> <div id="main" style="display: none;"> <textarea id="content"></textarea> <br/> <button id="actionAdd" title="ctrl+s / ctrl+enter">Save</button> </div> <div id="done" style="display: none;"> <p>Successful</p> </div> <div id="busy" style="display: none;"> <center><i class="spinner"></i></center> </div> <script src="shortcut.js"></script> <script src="popup.js"></script> </body> </html>