Skip to content

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

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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