2019-07-19 13:51:57 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
2020-03-10 20:47:07 -07:00
|
|
|
|
2019-12-19 21:50:50 -08:00
|
|
|
<link rel="icon" href="/api/static/assets/favicon.ico" type="image/ico"/>
|
|
|
|
<link rel="shortcut icon" href="/api/static/assets/favicon.ico" type="image/x-icon"/>
|
|
|
|
|
|
|
|
<meta name="theme-color" content="#000" />
|
2020-02-22 22:27:49 -08:00
|
|
|
<link rel="manifest" href="/api/static/assets/manifest.json">
|
2019-12-19 21:50:50 -08:00
|
|
|
|
2020-05-15 16:12:09 -07:00
|
|
|
<title>Solid Scribe - An easy, encrypted Note App</title>
|
2019-07-19 13:51:57 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-04-12 23:17:37 -07:00
|
|
|
<div id="app">
|
|
|
|
<!-- placeholder data for scrapers with no JS -->
|
2020-04-13 00:44:57 -07:00
|
|
|
<style>
|
2020-05-15 16:12:09 -07:00
|
|
|
body {
|
|
|
|
background-color: #212221;
|
|
|
|
color: #aeaeae;
|
|
|
|
}
|
2020-04-13 00:44:57 -07:00
|
|
|
.centered {
|
|
|
|
position: fixed;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
text-align: center;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
.logo {
|
|
|
|
width: 200px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
.scrape-info {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<div class="centered">
|
2020-05-02 12:10:20 -07:00
|
|
|
<img class="logo" src="/api/static/assets/logo.svg" alt="Solid Scribe Logo - if you can read this your connection is really slow">
|
2020-04-13 00:44:57 -07:00
|
|
|
<h1>Solid Scribe</h1>
|
2020-05-15 16:12:09 -07:00
|
|
|
<h3>An easy, encrypted Note App</h3>
|
|
|
|
<h4>Loading...</h4>
|
2020-04-13 00:44:57 -07:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="scrape-info">
|
|
|
|
<h1>Solid Scribe</h1>
|
|
|
|
<h2>A note application that respects your privacy.</h2>
|
|
|
|
<p>Take notes with a clean editor that works on desktop or mobile.</p>
|
|
|
|
<p>Search notes, links and files to find what you need.</p>
|
|
|
|
<p>Accessable everywhere.</p>
|
|
|
|
<p>Categorize notes with tags.</p>
|
|
|
|
<p>Share data with fellow users.</p>
|
|
|
|
<p>Encrypt notes for additional security.</p>
|
|
|
|
<b>This site requires Javascipt to run.</b>
|
|
|
|
</div>
|
|
|
|
|
2020-04-12 23:17:37 -07:00
|
|
|
</div>
|
2020-03-10 20:47:07 -07:00
|
|
|
<!-- built files will be auto injected -->
|
2019-07-19 13:51:57 -07:00
|
|
|
</body>
|
|
|
|
</html>
|