fab0b3873f
* Added more options to attachment page and filters * Much better rendering and updating on attachment page * Math bug is fixed with better string parsing fixes #14 * Icons are limited to 4 per note * If an image is visible on note preview it will not appear in images preview * Touched up text algorithm to better display note titles
20 lines
574 B
HTML
20 lines
574 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
|
|
<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" />
|
|
<link rel="manifest" href="/api/static/assets/manifest.json">
|
|
|
|
<title>Notes</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected, somewhere around here -->
|
|
</body>
|
|
</html>
|