We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87dc55 commit 39a2f48Copy full SHA for 39a2f48
demos/html_editor.html
@@ -1,8 +1,8 @@
1
<html>
2
<head>
3
<title>HTML Text Editor | Scriptor.js</title>
4
- <link href="https://unpkg.com/primer@latest/build/build.css" rel="stylesheet" />
5
- <script src="/dist/scriptor.min.js" defer></script>
+ <link href="https://unpkg.com/primer@latest/build/build.css" rel="stylesheet"/>
+ <script src="https://cdn.jsdelivr.net/gh/MarketingPipeline/Scriptor.js/dist/scriptor.min.js" defer></script>
6
</head>
7
<body>
8
<div class="container py-4">
0 commit comments