2024-03-12 18:34:05 +00:00
<!DOCTYPE html>
2024-04-28 23:48:03 +01:00
< html lang = "en" >
2024-03-12 18:34:05 +00:00
< 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" >
2024-04-28 23:48:03 +01:00
< link rel = "stylesheet" type = "text/css" href = "/static/css/style.css" / >
2024-03-12 18:34:05 +00:00
< meta content = "Burgernotes" property = "og:title" / >
< meta content = "A simple note-taking app!" property = "og:description" / >
2024-04-28 23:48:03 +01:00
< link rel = "icon" href = "/static/svg/favicon.svg" >
2024-03-12 18:34:05 +00:00
< / head >
< body >
2024-06-04 17:31:50 +01:00
< br > < br > < br >
2024-03-12 18:34:05 +00:00
< div class = "mainDiv" >
< div class = "startDiv" >
2024-06-04 17:31:50 +01:00
< h1 > Safe home for your notes< / h1 >
2024-06-04 21:25:39 +01:00
< 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 too?< / p >
2024-06-04 17:31:50 +01:00
< br >
< a > Download for your device< / a > or
< a href = "/app" > Open in your web browser< / a >
< br > < br >
< br >
2024-03-12 18:34:05 +00:00
< / div >
2024-06-04 17:31:50 +01:00
< 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 >
2024-03-12 18:34:05 +00:00
< div class = "links" >
2024-04-28 23:48:03 +01:00
< 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 >
2024-03-12 18:34:05 +00:00
< / div >
< br >
< / body >
< / html >