mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-05 11:10:03 +08:00
7 lines
179 B
JavaScript
7 lines
179 B
JavaScript
|
import "./style.css";
|
||
|
|
||
|
document.querySelector("#app").innerHTML = `
|
||
|
<h1>Hello Vite!</h1>
|
||
|
<a href="https://vitejs.dev/guide/features.html" target="_blank">Documentation</a>
|
||
|
`;
|