added download page: links non-functional
This commit is contained in:
parent
5ef1e40c2c
commit
f457ac4b54
|
@ -0,0 +1,48 @@
|
||||||
|
<!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>Download for your device</h1>
|
||||||
|
<p class="burgerText">We support <b>Windows</b>, <b>macOS</b>, <b>Linux</b> + <b>iOS</b> and <b>Android</b>. Below you may find instructions for all the platforms listed.</p>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h3>Desktop</h3>
|
||||||
|
<div class="feature black"><h1>Windows</h1>
|
||||||
|
<p>We do not support your Windows natively yet, however you may use the web app.</p></div>
|
||||||
|
<div class="feature black"><h1>macOS</h1>
|
||||||
|
<p>We do not support your macOS natively yet, however you may use the web app.</p></div>
|
||||||
|
<div class="feature black"><h1>Linux</h1>
|
||||||
|
<p>Burgernotes is available as a Flatpak on Flathub!</p><br>
|
||||||
|
<img height="65px" src="/static/svg/flathublight.svg"></div>
|
||||||
|
<h3>Mobile</h3>
|
||||||
|
<div class="feature black"><h1>Android</h1>
|
||||||
|
<p>We do not support your Android natively yet, however you may use the web app.</p></div>
|
||||||
|
<div class="feature black"><h1>iOS</h1>
|
||||||
|
<p>There's two different Burgernotes apps available: the webclip and the native app. We recommend using the webclip as the native app is outdated and may not work.
|
||||||
|
<br>
|
||||||
|
<a href="">Download Webclip (recommended)</a>
|
||||||
|
<br>
|
||||||
|
<a href="/">Download Native (IPA)</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Reference in New Issue