-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (66 loc) · 2.37 KB
/
Copy pathindex.html
File metadata and controls
68 lines (66 loc) · 2.37 KB
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
66
67
68
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>TimGod</title>
<script type="text/javascript" src="http://src.timgod.com/js/jquery.js"></script>
<script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
<script type="text/javascript" src="http://src.timgod.com/js/jquery.wechat.share.js"></script>
<script type="text/javascript" src="assets/main.js"></script>
<script>
$(function(){
var url = location.href;
if (location.hash.length) {
url = url.substr(0, url.indexOf(location.hash));
}
shareData = {
title: 'TimGod',
desc: '不忘初心,不负此生\nWhat will you do with your one wild and precious life?',
link: url,
imgUrl: 'http://src.timgod.com/www/img/logo/batman.jpg'
};
$.wechatShare(shareData);
})
</script>
<link rel="stylesheet" type="text/css" href="assets/main.css"/>
<link rel="shortcut icon" type="image/x-icon" href="http://src.timgod.com/www/img/logo/batman.png">
</head>
<div class="bg-wrap">
<script>
birdsCanvas();
</script>
</div>
<body onload="music_start()">
<div class="main-body">
<div class="sidebar">
<div class="header">
<div align="center"><img src="http://src.timgod.com/www/img/logo/batman.png"></div>
<div class="quote">
<p class="quote-text animate-init">不忘初心,不负此生</p>
<p class="quote-text animate-init">what will you do with your one wild and precious life</p>
</div>
</div>
<div class="menu">
<a href="http://me.timgod.com" class="animate-init">我·Me</a>
</div>
<div class="location">
<i class="location-icon"></i>
<span class="location-text animate-init">Guangzhou - China</span>
</div>
</div>
<div class="content">
<span class="close">close</span>
</div>
</div>
<!--
<div class="footer">
<p>Copyright © 2010-2019 TimGod.com. <a href="http://www.miitbeian.gov.cn/">粤ICP备14089936号</a></p>
</div>
-->
<div onclick="music_control()" id="audio_btn" class="off" style="display: block;">
<audio loop="" src="" id="media" preload=""></audio>
</div>
</body>
</html>