mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
0bb3995a7d
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
6 lines
145 B
JavaScript
6 lines
145 B
JavaScript
import './style.css'
|
|
import './main.css'
|
|
|
|
document.getElementById('app').innerHTML =
|
|
`<h1>This should be red</h1><h2>This should be blue</h2>`
|