index.html — vite Source File
Architecture documentation for index.html, a html file in the vite codebase.
Entity Profile
Source Code
<div class="plain"></div>
<div class="base64"></div>
<div class="comma"></div>
<script type="module">
import msg from "data:text/javascript, export default 'hi'"
text('.plain', msg)
import base64Msg from 'data:text/javascript;base64, ZXhwb3J0IGRlZmF1bHQgJ2hpJw=='
text('.base64', base64Msg)
import { comma } from 'comma/foo?number=1,2,3'
text('.comma', comma)
function text(el, text) {
document.querySelector(el).textContent = text
}
</script>
<script type="module" src="./main.js"></script>
<div id="sqdqs"></div>
<div id="sqsdqs"></div>
<div id="dqsqs"></div>
<div id="dqssqs"></div>
Source
Frequently Asked Questions
What does index.html do?
index.html is a source file in the vite codebase, written in html.
Where is index.html in the architecture?
index.html is located at playground/data-uri/index.html (directory: playground/data-uri).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free