f7fc937d26
* Updated some simples styles * Added archive button to main notes fixes #21
20 lines
555 B
HTML
20 lines
555 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 -->
|
|
</body>
|
|
</html>
|