We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e2d49 commit 7b5a820Copy full SHA for 7b5a820
app.js
@@ -34,8 +34,7 @@ fs.mkdirSync(frontendFolder);
34
fs.mkdirSync(backendFolder);
35
36
// Create index.html content.
37
-const indexHtmlContent = `
38
-<html>
+const indexHtmlContent = `<html>
39
<head>
40
<title>sample</title>
41
<link rel="stylesheet" type="text/css" href="style.css">
0 commit comments