You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.7 KiB
63 lines
1.7 KiB
<!doctype html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8" /> |
|
<link rel="icon" href="/favicon.ico" /> |
|
<meta name="referrer" content="no-referrer" /> |
|
<meta |
|
name="viewport" |
|
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0,user-scalable=no" |
|
id="viewport" |
|
/> |
|
<title>Douyin</title> |
|
<!-- <script crossorigin="anonymous"--> |
|
<!-- integrity="sha512-KkkY/3auRhaXDFzFMpwtZ+BrS8EBQ+GfiBxdJ9jGMi6Gg74/sYbq/IZpY593pkNjTmbeRfBwjpZo+7gcpH45Ww=="--> |
|
<!-- src="https://lib.baomitu.com/eruda/3.0.1/eruda.min.js"></script>--> |
|
<!-- <script>eruda.init();</script>--> |
|
<!-- <script>--> |
|
<!-- var _hmt = _hmt || []--> |
|
<!-- ;(function () {--> |
|
<!-- var hm = document.createElement('script')--> |
|
<!-- hm.src = 'https://hm.baidu.com/hm.js?6f910830f5a7d8b5f7e75d8d67458a7a'--> |
|
<!-- var s = document.getElementsByTagName('script')[0]--> |
|
<!-- s.parentNode.insertBefore(hm, s)--> |
|
<!-- })()--> |
|
<!-- </script>--> |
|
<style> |
|
::-webkit-scrollbar { |
|
display: none; /* Chrome Safari */ |
|
} |
|
|
|
.fade-in { |
|
animation: fade-in 0.3s; |
|
} |
|
|
|
.fade-out { |
|
animation: fade-out 0.4s; |
|
} |
|
|
|
@keyframes fade-in { |
|
from { |
|
opacity: 0; |
|
} |
|
to { |
|
opacity: 1; |
|
} |
|
} |
|
|
|
@keyframes fade-out { |
|
from { |
|
opacity: 1; |
|
} |
|
to { |
|
opacity: 0; |
|
display: none; |
|
} |
|
} |
|
</style> |
|
</head> |
|
<body> |
|
<div id="app"></div> |
|
<script type="module" src="/src/main.ts"></script> |
|
</body> |
|
</html>
|
|
|