From af2795c12bc09df58686e74555330d38071e0415 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sun, 3 Mar 2019 15:17:01 +0530 Subject: [PATCH] App.jsx: fix template for index.html in file mode creation --- src/components/app.jsx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/components/app.jsx b/src/components/app.jsx index f2fd759..71538ff 100644 --- a/src/components/app.jsx +++ b/src/components/app.jsx @@ -344,8 +344,19 @@ export default class App extends Component { files || [ { name: 'index.html', - content: - 'hello\n\n' + content: ` + + + + + Webmaker untitled 1 + + + + Hello World + + +` }, { name: 'styles',