-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (33 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta property="og:image" content="https://imgur.com/a/5VfaRnn" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kendricklai.site/"/>
<meta property="og:title" content="劉建昊" />
<meta property="og:description" content="劉建昊倒數出浴"/>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>劉建昊倒數出浴</title>
<link rel="shortcut icon" href="./src/img/123.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.css">
<link rel="stylesheet" href="./src/css/main.css">
</head>
<body>
<body>
<div class="app">
<div class="main">
<div class="text">
<h1 class="title">劉建昊倒數出浴</h1>
<p class="countdown" id="countdown"></p>
</div>
</div>
</div>
<script src="./src/index.js"></script>
</body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="./src/index.js"></script>
</body>
</html>