pixi-learning/src/03/index.html

12 lines
211 B
HTML
Raw Normal View History

2022-08-15 02:58:54 +03:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>PixiJS - Фигуры</title>
<script src="/pixi.js"></script>
</head>
<body>
<script type="text/javascript" src="app.js"></script>
</body>
</html>