mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
10 lines
125 B
HTML
10 lines
125 B
HTML
<link rel="stylesheet" href="/main.css" />
|
|
|
|
<h1>zeroJS.html</h1>
|
|
|
|
<style>
|
|
body {
|
|
background-color: linen;
|
|
}
|
|
</style>
|