tiptap/examples/index.html

16 lines
552 B
HTML
Raw Normal View History

2018-08-21 05:02:21 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
2018-08-23 01:33:10 +08:00
<title>tiptap</title>
2018-08-27 02:04:40 +08:00
<meta name="description" content="A renderless & extendable rich-text editor for Vue.js">
2018-08-21 05:02:21 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
2018-08-27 02:11:42 +08:00
<link rel="shortcut icon" href="/assets/images/favicon.ico">
2018-08-27 02:04:40 +08:00
<meta property="og:image" content="/assets/images/open-graph.png">
2018-08-21 05:02:21 +08:00
</head>
<body>
<div id="app"></div>
</body>
</html>