Stackedit/index.html

23 lines
1.1 KiB
HTML
Raw Normal View History

2017-07-23 18:42:08 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
2017-08-06 14:04:00 +00:00
<title>StackEdit</title>
2017-09-27 20:27:12 +00:00
<link rel="canonical" href="https://stackedit.io/app">
<!-- <link rel="icon" href="res-min/img/stackedit-32.ico" type="image/x-icon"> -->
<!-- <link rel="icon" sizes="192x192" href="res-min/img/logo-highres.png"> -->
<!-- <link rel="shortcut icon" href="res-min/img/stackedit-32.ico" type="image/x-icon"> -->
<!-- <link rel="shortcut icon" sizes="192x192" href="res-min/img/logo-highres.png"> -->
<!-- <link rel="apple-touch-icon-precomposed" sizes="152x152" href="res-min/img/logo-ipad-retina.png"> -->
<meta name="description" content="Free, open-source, full-featured Markdown editor.">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
2017-07-23 18:42:08 +00:00
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>