fini-ui/index.html

25 lines
483 B
HTML
Raw Normal View History

2023-04-12 14:40:19 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2023-04-28 14:33:16 +08:00
<link rel="icon" href="/src/assets/logo111.png" />
2023-04-12 14:40:19 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
2023-04-28 14:33:16 +08:00
<title>Website - FINI</title>
2023-04-12 14:40:19 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<style>
2023-06-16 16:02:24 +08:00
html{
touch-action:none;
touch-action:pan-y;
}
2023-04-12 14:40:19 +08:00
</style>
</html>