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-04-12 23:17:37 -07:00
|
|
|
<title>Solid Scribe - A Note Taking Website</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 -->
|
|
|
|
<h1>You have found a Solid Scribe</h1>
|
|
|
|
<img src="/api/static/assets/logo.svg" alt="logo">
|
|
|
|
<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-03-10 20:47:07 -07:00
|
|
|
<!-- built files will be auto injected -->
|
2019-07-19 13:51:57 -07:00
|
|
|
</body>
|
|
|
|
</html>
|