Skip to content

Commit 644b86e

Browse files
authored
fix(playground): react stackbiltz template files (#3134)
1 parent 8a2baa8 commit 644b86e

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
5+
</head>
26

3-
<div id="root"></div>
7+
<div id="root"></div>
8+
</html>
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
5+
</head>
26

3-
<div id="root"></div>
7+
<div id="root"></div>
8+
</html>

0 commit comments

Comments
 (0)