Stackedit/index.html

18 lines
642 B
HTML
Raw Normal View History

2017-07-23 18:42:08 +00:00
<!DOCTYPE html>
2018-08-23 15:38:52 +00:00
<html>
<head>
<meta charset="utf-8">
<title>StackEdit</title>
<link rel="canonical" href="https://stackedit.io/app">
<meta name="description" content="Free, open-source, full-featured Markdown editor.">
2017-09-27 20:27:12 +00:00
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
2018-08-23 15:38:52 +00:00
<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">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
2017-07-23 18:42:08 +00:00
</html>