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
|
|
|
|
|
|
|
<title>Notes</title>
|
2019-07-19 13:51:57 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></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>
|