mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
switch examples to micropython
This commit is contained in:
@@ -26,6 +26,6 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script type="py" src="./gallery.py" config="./pyscript.toml"></script>
|
||||
<script type="mpy" src="./gallery.py" config="./pyscript.toml"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -29,6 +29,6 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script type="py" src="./demo.py" config="./pyscript.toml"></script>
|
||||
<script type="mpy" src="./demo.py" config="./pyscript.toml"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user