mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
6 lines
235 B
HTML
6 lines
235 B
HTML
<link rel="stylesheet" href="./shared-linked.css" />
|
|
<script type="module" src="./index.js"></script>
|
|
|
|
<p class="shared-linked">shared linked: this should be blue</p>
|
|
<p class="async-js">async JS importing CSS: this should be blue</p>
|