10 lines
328 B
JavaScript
10 lines
328 B
JavaScript
import './style.css'
|
|
import javascriptLogo from './javascript.svg'
|
|
import viteLogo from '/vite.svg'
|
|
import { setupCounter } from './counter.js'
|
|
|
|
document.querySelector('#app').innerHTML = `
|
|
<h1>Welcome to Webdev Speedrun!</h1>
|
|
<p>We will style this page using HTML, CSS and add some interactivity with JavaScript.</p>
|
|
`
|