-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.1 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>
<head>
<title>网站已迁移网址...</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="chinasannong.org" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="css/jquery.countdown.css" />
<meta http-equiv="refresh" content="5;url=//www.spark-app.store">
</head>
<body>
<div class="header">
<h1>星火应用商店 Spark Store</h1>
<h1>网站已迁移网址...</h1>
</div>
<div class="content">
<div class="content1">
<img src="images/work.png" alt="under-construction">
</div>
<div class="content2">
<div class="timer_wrap">
<div id="counter"> </div>
</div>
</div>
<div class="content3">
<p>请您到我们的新网址访问:www.spark-app.store 谢谢!</p>
<a href="https://www.spark-app.store">前往新网址</a>
</div>
</div>
<div class="footer">
<p> Copyright © 2020 Spark Store.All Rights Reserved.
</p>
</div>
</body>
</html>