-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (36 loc) · 1.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>新年倒计时</title>
<meta name="description" content="动态新年倒计时网站,刷新可更换背景图">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0, minimum-scale=1.0">
<meta property="og:title" content="新年倒计时">
<meta property="og:type" content="website">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="keywords" content="新年倒计时,New Year Countdown,Happy New Year">
<meta name="robots" content="index,follow">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no,email=no,adress=no">
<meta name="full-screen" content="yes">
<meta name="x5-fullscreen" content="true">
<meta http-equiv="Cache-Control" content="no-cache" max-age="0">
<meta name="baidu-site-verification" content="BYFmFBILbh">
<meta name="mobile-web-app-capable" content="yes">
<link rel="Shortcut Icon" href="images/favicon.ico" />
<!-- Google Fonts CDN -->
<link rel="stylesheet" href="https://cdn.iocdn.cc/css2?family=Zhi+Mang+Xing&display=swap" type="text/css" />
<link rel="stylesheet" href="./css/style.css" type="text/css" />
<!-- Third-party plug-in loading -->
<link rel="preconnect" href="https://api.vvhan.com">
<link rel="dns-prefetch" href="https://api.vvhan.com">
<script src="https://api.vvhan.com/api/script/yinghua" defer></script>
<script src="https://api.vvhan.com/api/script/denglong" defer></script>
</head>
<body>
<h1 id="h1"></h1>
<canvas id="canvas"></canvas>
</body>
<script src="./js/timer.js" type="application/javascript"></script>
</html>