mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
13 lines
359 B
HTML
13 lines
359 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
<title>RustPython Basic Example</title>
|
|
</head>
|
|
<body>
|
|
<script src="./dist/app.js"></script>
|
|
</body>
|
|
</html>
|