idk
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
<html>
|
||||
|
||||
<link rel="stylesheet" href="https://pyscript.net/releases/2023.11.1/core.css" />
|
||||
<script type="module" src="https://pyscript.net/releases/2023.11.1/core.js"></script>
|
||||
<head> <py-script> print("yes") </py-script> </head>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Hello World!</title>
|
||||
<!-- linking to PyScript assets -->
|
||||
<link rel="stylesheet" href="https://pyscript.net/releases/2022.12.1/pyscript.css" />
|
||||
<script defer src="https://pyscript.net/releases/2022.12.1/pyscript.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Put Python code inside the the <py-script> tag -->
|
||||
<py-script>display("Hello World!")</py-script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user