2023-03-29 14:04:51 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta name="keywords" content="VoRDM"/>
|
|
|
|
<meta name="description" content="VoRDM"/>
|
2023-04-27 13:51:47 +08:00
|
|
|
<link rel="icon" href="logo2.png" />
|
2023-03-29 14:04:51 +08:00
|
|
|
<title>VoRDM Admin</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|