tiptap/examples/index.html
2021-03-26 17:49:45 +01:00

19 lines
744 B
HTML

<!DOCTYPE html>
<html lang="en">
<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">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<script async defer data-domain="tiptap.dev" src="https://plausible.io/js/plausible.js"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>