Skip to content

Commit 72a5994

Browse files
fix merge conflicts in single-file-example.html
1 parent 32ee164 commit 72a5994

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

static/html/single-file-example.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,10 @@
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<<<<<<< HEAD
65
<title>Helló világ</title>
7-
<script src="https://unpkg.com/react@16/umd/react.development.js"></script>
8-
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
9-
10-
=======
11-
<title>Hello World</title>
126
<script src="https://unpkg.com/react@17/umd/react.development.js"></script>
137
<script src="https://unpkg.com/react-dom@17/umd/react-dom.development.js"></script>
14-
15-
>>>>>>> 6682068641c16df6547b3fcdb7877e71bb0bebf9
8+
169
<!-- Don't use this in production: -->
1710
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
1811
</head>

0 commit comments

Comments
 (0)