mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
16 lines
324 B
Java
16 lines
324 B
Java
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<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>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/pages/index/main.ts"></script>
|
|
</body>
|
|
|
|
</html> |