Skip to content

Fix HTML script tag in index.html - missing equals sign #49

@deepsonK

Description

@deepsonK

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions