Skip to content

Commit

Permalink
Update index.html (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpalko committed Jan 5, 2023
1 parent bf80237 commit ba97b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/browser/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<html>
<head>
<title>Plain Text Editor</title>
<script crossorigin src="https://unpkg.com/react@17/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react@18/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>
<script src="../../build-browser/isolated-block-editor.js"></script>
<link rel="stylesheet" href="../../build-browser/core.css" />
<link rel="stylesheet" href="../../build-browser/isolated-block-editor.css" />
Expand Down

0 comments on commit ba97b06

Please sign in to comment.