pixi-learning/src/03/index.html

12 lines
227 B
HTML
Raw Permalink Normal View History

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