Files
openide/docs/dist-visualizer/index.html
Vladimir Krivosheev 3de0fd9b83 IDEA-273510 Building of distribution — provide report like webpack/rollup do
GitOrigin-RevId: 0b838c5995df58136f4af8771144aac744902555
2021-07-13 05:23:40 +00:00

17 lines
452 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dist Content</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
</head>
<body>
<input id="fileInput"
type="file"
class="p-1 fixed right-0 text-sm z-50"
accept="application/json"/>
<div id="app" class="w-screen h-screen"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>