18 lines
556 B
HTML
18 lines
556 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/images/logo.png" />
|
|
<!--<link rel="preload" as="image" href="/src/assets/images/hero-bg.jpg" fetchpriority="high">-->
|
|
<link rel="preload" as="image" href="images/logo.png" fetchpriority="high">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>优阅工作室</title>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|