first commit
This commit is contained in:
16
www/import_test.pyp
Normal file
16
www/import_test.pyp
Normal 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>
|
||||
Reference in New Issue
Block a user