mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
8 lines
149 B
HTML
8 lines
149 B
HTML
<link rel="stylesheet" href="/main.css" />
|
|
|
|
<!-- comment one -->
|
|
<h1>Hello</h1>
|
|
<!-- comment two -->
|
|
|
|
<script type="module" src="/main.js"></script>
|