Skip to content

Commit 7a19b1f

Browse files
author
Luis Morales-Navarro
committed
add main to html in default files
1 parent 5571669 commit 7a19b1f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

client/modules/IDE/reducers/files.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ const defaultHTML =
2020
2121
</head>
2222
<body>
23+
<main>
24+
</main>
2325
<script src="sketch.js"></script>
2426
</body>
2527
</html>

server/domain-objects/createDefaultFiles.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ const defaultHTML =
1818
1919
</head>
2020
<body>
21+
<main>
22+
</main>
2123
<script src="sketch.js"></script>
2224
</body>
2325
</html>

0 commit comments

Comments
 (0)