sheep/index.html

26 lines
645 B
HTML
Raw Permalink Normal View History

2022-09-16 10:14:04 +00:00
<!DOCTYPE html>
<html lang="en">
2022-09-30 01:55:16 +00:00
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>兔了个兔</title>
<script>
var _hmt = _hmt || [];
(function () {
const hm = document.createElement('script')
hm.src = 'https://hm.baidu.com/hm.js?1b051845f9998479adf57914a7ef51d1'
const s = document.getElementsByTagName('script')[0]
s.parentNode.insertBefore(hm, s)
})()
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
2022-09-16 10:14:04 +00:00
</html>