Skip to content

Commit 15c079e

Browse files
committed
fix: add charset utf8 header to default project html
1 parent 25f72fa commit 15c079e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/assets/default-project/en/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<meta charset="utf-8" />
45
<title>Phoenix editor</title>
56
<link rel="stylesheet" href="styles.css" />
67
<script src="script.js"></script>

0 commit comments

Comments
 (0)