<!DOCTYPE html> <html lang="en"> <head> <title>Burgernotes</title> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="stylesheet" type="text/css" href="/static/css/style.css" /> <meta content="Burgernotes" property="og:title" /> <meta content="A simple note-taking app!" property="og:description" /> <link rel="icon" href="/static/svg/favicon.svg"> </head> <body> <br><br><br> <div class="mainDiv"> <div class="startDiv"> <h1>Safe home for your notes</h1> <p class="burgerText">Burgernotes is the service for storing your <b>shopping list</b>, <b>tasks'n todos</b>, <b>code snippets</b> plus more. Oh, and did we mention it's free, without any catch?</p> <br> <a>Download for your device</a> or <a href="/app">Open in your web browser</a> <br><br> <br> </div> <div class="feature black"><h1>Secure, always.</h1> <p>Burgernotes features industry standard end-to-end encryption, so you can write knowing your notes are secure and private.</p></div> <div class="feature black"><h1>For your device.</h1> <p>Burgernotes features a simple, yet powerful user interface.</p> <p>We support your device, including <b>Windows</b>, <b>macOS</b>, <b>Linux</b> + <b>iOS</b> and <b>Android</b>.</p></div> <div class="links"> <a href="https://centrifuge.hectabit.org/hectabit/burgernotes"><img src="/static/svg/code.svg" alt="">Source Code</a> <a href="/privacy"><img src="/static/svg/info.svg" alt="">Privacy & Terms</a> <a href="https://discord.gg/8EbKTjmH2d"><img src="/static/svg/forum.svg" alt="">Discord</a> </div> <br> </body> </html>