This repository has been archived on 2026-03-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PyWPR/www/import_test.pyp
2025-08-24 22:09:37 +03:00

16 lines
453 B
Python

<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>