mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
20 lines
628 B
HTML
20 lines
628 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link rel="stylesheet" href="aliens.css" />
|
|
<link rel="stylesheet" href="../../../dist/core.css" />
|
|
<script type="module" src="../../../dist/core.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="py-game" src="aliens.py" config="./config.toml"></script>
|
|
<div class="demo">
|
|
<div class="demo-header">pygame.examples.aliens</div>
|
|
<div class="demo-content">
|
|
<canvas id="canvas"></canvas>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|