-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (61 loc) · 2.36 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit" />
<title>GIS520论坛已于2017-10-9零点关站</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="打造最好的GIS学习交流平台 专注为地理信息科学专业学生提供丰富的gis行业相关书籍、课题研究,gis开发竞赛、地信课件和地信考研资料,以及大量的gis行业软件学习资料!">
<link rel="stylesheet" href="./css/errors.css" />
<link rel="shortcut icon" href="./img/favicon.ico" />
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?f140752b8bd0a0ca958a18676bfb1965";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div class="page">
<div class="error">
<h1 class="header">
<a href="/" class="logo">
<img src="./img/logo.png" alt="GIS520">
</a>
</h1>
<div class="content">
<small style="color:#999">2013-04-27~2017-10-08</small>
<p>感谢关注与支持,GIS520论坛关闭</p>
<p>你可以选择以下渠道了解更多信息</p>
<p>
<a href="http://mapshop.net/">项目合作进入MapShop.Net</a>
<span>或者</span>
<a href="http://giscafer.com" id="js-history-back">关注我</a>
</p>
<p>前端实战学习Demo:<a href="https://fedemo.duapp.com">https://fedemo.duapp.com</a></p>
<hr>
<p>
经验分享,知乎live:
<a href="https://www.zhihu.com/lives/844909623906549760" target="_blank">从giser到前端开发经理之路</a>
</p>
<p style="color:#333">【WebGIS编程、前端开发】欢迎加入
<strong style="color:rgb(46, 45, 45)">↓↓↓</strong>
</p>
<p>
<img src="./img/fontrend.jpg" alt="微信扫描二维码加入">
</p>
<p>或者关注我的公众号
<strong style="color:rgb(46, 45, 45)">↓↓↓</strong>
</p>
<p>
<img src="./img/qrcode_giscafer.jpg" alt="微信扫描二维码关注">
</p>
</div>
</div>
</div>
</body>
</html>