mirror of
https://github.com/pyscript/pyscript.git
synced 2026-05-11 09:00:22 -04:00
12 lines
391 B
HTML
12 lines
391 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>t-strings</title>
|
|
<link rel="stylesheet" href="../../dist/core.css">
|
|
<script type="module" src="../../dist/core.js"></script>
|
|
<script type="mpy" src="t-strings.py"></script>
|
|
</head>
|
|
</html>
|