SolidScribe/client/index.html

19 lines
508 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" />
<title>Notes</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected, somewhere around here -->
</body>
</html>