File: frontend/public/index.html\n\nIssue: Script tag has syntax error in type attribute\n\nDifficulty: Easy\n\nCurrent code:\nhtml\n<script src="./index.js" type"text/javascript" ></script>\n\n\nShould be:\nhtml\n<script src="./index.js" type="text/javascript"></script>\n
File: frontend/public/index.html\n\nIssue: Script tag has syntax error in type attribute\n\nDifficulty: Easy\n\nCurrent code:\n
html\n<script src="./index.js" type"text/javascript" ></script>\n\n\nShould be:\nhtml\n<script src="./index.js" type="text/javascript"></script>\n