20 lines
674 B
HTML
20 lines
674 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Medias</title>
|
|
<link rel="icon" href="/admin/favicon.ico" type="image/x-icon">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/admin/apple-touch-icon.png" type="image/x-icon" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/admin/favicon-32x32.png" type="image/x-icon" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/admin/favicon-16x16.png" type="image/x-icon" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
|
|
</html> |