mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
This MR shows errors and exit in these conditions: * multiple `<py-config>` or `<mpy-config>` found on the page * both `<py-config>` and `<script type="py" config="file.toml">` found on main * different `<script type="py" config="a.toml">` and `<script type="py" config="b.toml">` configs found on main
17 lines
553 B
HTML
17 lines
553 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<ul>
|
|
<li><a href="./ambiguous-config.html">ambiguous py-config VS config attribute</a></li>
|
|
<li><a href="./too-many-config.html">too many config attributes</a></li>
|
|
<li><a href="./too-many-py-config.html">too many <py-config></a></li>
|
|
<li><a href="./same-config.html">same config attributes</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|