first commit

This commit is contained in:
2025-08-24 22:09:37 +03:00
commit 176fc62a24
14 changed files with 673 additions and 0 deletions

16
www/import_test.pyp Normal file
View File

@@ -0,0 +1,16 @@
<py!>
from import_test import hello
</py!>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pyd test </title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="font-sans flex items-center justify-center h-screen flex-col gap-5">
<div class="flex gap-5 items-center text-6xl">
<?p>hello()</p?></div>
</body>
</html>