ai-interview-ui/index.html

14 lines
357 B
HTML
Raw Normal View History

2023-10-18 08:59:06 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2023-12-14 17:01:10 +00:00
<link rel="icon" href="./src/assets/bankIcon.png">
2023-10-18 08:59:06 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-11-04 16:31:58 +00:00
<title>Ai_面试管理后台</title>
2023-10-18 08:59:06 +00:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>