Skip to content

Commit

Permalink
fix: add charset utf8 header to default project html
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Jan 11, 2025
1 parent 25f72fa commit 15c079e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/default-project/en/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Phoenix editor</title>
<link rel="stylesheet" href="styles.css" />
<script src="script.js"></script>
Expand Down

0 comments on commit 15c079e

Please sign in to comment.