tiptap/examples/index.html

18 lines
642 B
HTML
Raw Normal View History

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