SolidScribe/client/index.html

20 lines
581 B
HTML
Raw Normal View History

<!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" />
2020-02-01 14:21:22 -08:00
<link rel="manifest" href="/api/static/assets/manifest.webmanifest">
<title>Notes</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected, somewhere around here -->
</body>
</html>