mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
17 lines
452 B
HTML
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> |