mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
340718e6c2
* First commit * Fix test * move to .config * indent * Upgrade pnpm * Lint + ts * Add more tests * Lint * fix test * Use spy
13 lines
282 B
HTML
13 lines
282 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Testing Page</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="./index.ts"></script>
|
|
</body>
|
|
</html>
|