Files
dataease/core/core-frontend/index.html

17 lines
433 B
Java

<!DOCTYPE html>
<html lang="en" style="overflow-x: hidden;height: 100%">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
</head>
<body style="height:100%">
<div class="de-main_scrollbar" id="app" style="height: 100%;"></div>
<script type="module" src="/src/pages/index/main.ts"></script>
</body>
</html>