11 lines
172 B
HTML
11 lines
172 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>PixiJS</title>
|
|
<script src="/pixi.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript" src="app.js"></script>
|
|
</body>
|
|
</html>
|