Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ctyler-liquidfish opened this issue Nov 20, 2020 · 0 comments
Open

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

ctyler-liquidfish opened this issue Nov 20, 2020 · 0 comments

Comments

@ctyler-liquidfish
Copy link

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant