vite/playground/css-codesplit/index.html

20 lines
525 B
HTML

<h1>This should be red</h1>
<h2>This should be blue</h2>
<p class="dynamic">This should be green</p>
<p class="async-js">This should be blue</p>
<p class="inline">This should not be yellow</p>
<p class="dynamic-inline"></p>
<p class="mod">This should be yellow</p>
<p class="dynamic-module"></p>
<p class="order-bulk">
This should be orange
<button class="order-bulk-update">change to green</button>
</p>
<p class="chunk">This should be magenta</p>
<script type="module" src="/main.js"></script>
<div id="app"></div>