pixi-learning/scr/01/index.html
2022-08-15 02:58:54 +03:00

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>