16 lines
453 B
Python
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> |