Skip to content

<script> tag between </head> and <body> #155

@ctyler-liquidfish

Description

@ctyler-liquidfish

Under Setting Up > Installing Pixi is a block of code containing this:

</head>
  <script src="pixi/pixi.min.js"></script>
<body>

But the script tag should be inside either the head or the body, so

- </head>
  <script src="pixi/pixi.min.js"></script>
+ </head>
<body>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions