2024-03-12 18:34:05 +00:00
<!DOCTYPE html>
< html >
< 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" / >
2024-03-12 19:05:02 +00:00
< link rel = "icon" href = "./static/svg/favicon.svg" >
2024-03-12 18:49:14 +00:00
< script >
2024-03-12 18:56:55 +00:00
if (window.location.href.endsWith('/index.html')) {
if (window.location.origin !== null) {
var currentUrl = window.location.href;
var newUrl = currentUrl.replace('/index.html', '');
window.location.href = newUrl;
}
2024-03-12 18:49:14 +00:00
}
< / script >
2024-03-12 18:34:05 +00:00
< / head >
< body >
< a href = "https://notes.old.hectabit.org" class = "hiddenButton" > Click here< / a >
< div class = "mainDiv" >
< div class = "startDiv" >
< h1 class = "w300" > Burgernotes< / h1 >
< p > A simple note-taking service!< / p >
< br >
< a href = "./app/index.html" > Open in your browser< / a >
2024-04-26 08:41:48 +01:00
< a href = "trollapps://add?url=https://store.hectabit.org/repo/store.json" style = "margin-top: 5px;" > Download for iOS (TrollApps Repo)< / a >
< a href = "altstore://install?url=https://centrifuge.hectabit.org/HectaBit/Burgernotes-iOS/releases/download/b1.0.0/Burgernotes.ipa" style = "margin-top: 5px;" > Download for iOS (AltStore)< / a >
< a href = "apple-magnifier://install?url=https://centrifuge.hectabit.org/HectaBit/Burgernotes-iOS/releases/download/b1.0.0/Burgernotes.ipa" style = "margin-top: 5px;" > Download for iOS (TrollStore)< / a >
2024-03-12 18:34:05 +00:00
2024-04-16 12:59:07 +01:00
< a style = "padding: 0; padding-bottom: 0; margin-top: 5px; background-color: rgba(0, 0, 0, 0);" href = "https://flathub.org/apps/org.hectabit.Burgernotes" >
2024-03-12 18:34:05 +00:00
< img class = "flathubLogo" style = "height: 55px;" src = "./static/svg/flathublight.svg" >
< / a >
< / div >
< br >
< div class = "feature green" >
< h7 class = "w300" > Secure< / h7 >
< p2 > All your notes are fully end-to-end encrypted. Only you can read your notes, not anyone else.< / p2 >
< / div >
< div class = "feature yellow" >
< h7 class = "w300" > Always up-to-date< / h7 >
< p2 > Your notes seamlessly sync across your devices.< / p2 >
< / div >
< / div >
< div class = "links" >
2024-03-12 18:49:14 +00:00
< a href = "https://centrifuge.hectabit.org/hectabit/burgernotes" > < img src = "./static/svg/code.svg" > Source Code< / a >
< a href = "../privacy/index.html" > < img src = "./static/svg/info.svg" > Privacy & Terms< / a >
< a href = "https://discord.gg/8EbKTjmH2d" > < img src = "./static/svg/forum.svg" > Discord< / a >
2024-03-12 18:34:05 +00:00
< / div >
< br >
< / body >
< / html >