-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
162 lines (104 loc) · 3.67 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset="utf-8">
<link rel="icon" href="ico.ico" type="images/x-ico" />
<title>小兑的家</title>
<style>
a{font-family:Arial,Helvetica,sans-serif;}
h1{font-family:Arial,Helvetica,sans-serif;}
h2{font-family:Arial,Helvetica,sans-serif;}
</style>
<body background ="backpicture1.jpg">
<link rel="stylesheet" href="indexStyle.css">
</head>
<body>
<div align="center">
<hr/>
<header>
<h1 style = "color:red">This is my Website!</h1><br/>
</header>
<h2 style = "color:purple">Can i help you ? Where do you want to go?</h2><br/>
<h1 style = "color:blue">分享生活</h2><br/>
<nav>
<a href = "Model2/index.html">新主页</a>  
<a href ="http://space.bilibili.com/244126127">我的视频</a>  
<a href = "car.html">购买商品</a>  
<a href = "game.html">小游戏</a>  
<a href = "planGame/demo03Pratice.html">计划记录</a>  
<a href = "tyq.html" >唐雨晴的简介</a> 
<a href = "leifeng.html">雷锋</a> 
<a href = "zrl.tml" type = "color:red">_<a/>
<a href = "iuuu.html">iu<a/>
<a href = "Rose/test2.html">Rose<a/>
</nav>
<form>
<hr/>
账号:<input type = "text" value = "" />
<input type = "reset" value = "清空" /><br/>
密码:<input type = "passport" value = "" />
<input type = "submit" value = "提交" />
<hr/>
</form>
<div>
<img src= "iu996.png">
<!-- <img style ="width =1000px;" src= "7967E38D-BB4F-43ED-9BD8-821113FC88F2.jpeg"> -->
</div>
<h2>本页面著作权归江先生所有,未经允许不得转载!</h2>
<hr/>
<h3>(^@^)谢谢访问(^@^)</h3>
<hr/>
</div>
<!--代码放置于</body>上方-->
<!--下面的是网页上吸引鼠标的黑线的js-->
<script>
!function(){
function n(n,e,t){
return n.getAttribute(e)||t
}
function e(n){
return document.getElementsByTagName(n)
}
function t(){
var t=e("script"),o=t.length,i=t[o-1];
return{
l:o,z:n(i,"zIndex",-1),o:n(i,"opacity",.5),c:n(i,"color","0,0,0"),n:n(i,"count",99)
}
}
function o(){
a=m.width=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,
c=m.height=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight
}
function i(){
r.clearRect(0,0,a,c);
var n,e,t,o,m,l;
s.forEach(function(i,x){
for(i.x+=i.xa,i.y+=i.ya,i.xa*=i.x>a||i.x<0?-1:1,i.ya*=i.y>c||i.y<0?-1:1,r.fillRect(i.x-.5,i.y-.5,1,1),e=x+1;e<u.length;e++)n=u[e],
null!==n.x&&null!==n.y&&(o=i.x-n.x,m=i.y-n.y,
l=o*o+m*m,l<n.max&&(n===y&&l>=n.max/2&&(i.x-=.03*o,i.y-=.03*m),
t=(n.max-l)/n.max,r.beginPath(),r.lineWidth=t/2,r.strokeStyle="rgba("+d.c+","+(t+.2)+")",r.moveTo(i.x,i.y),r.lineTo(n.x,n.y),r.stroke()))
}),
x(i)
}
var a,c,u,m=document.createElement("canvas"),
d=t(),l="c_n"+d.l,r=m.getContext("2d"),
x=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||
function(n){
window.setTimeout(n,1e3/45)
},
w=Math.random,y={x:null,y:null,max:2e4};m.id=l,m.style.cssText="position:fixed;top:0;left:0;z-index:"+d.z+";opacity:"+d.o,e("body")[0].appendChild(m),o(),window.onresize=o,
window.onmousemove=function(n){
n=n||window.event,y.x=n.clientX,y.y=n.clientY
},
window.onmouseout=function(){
y.x=null,y.y=null
};
for(var s=[],f=0;d.n>f;f++){
var h=w()*a,g=w()*c,v=2*w()-1,p=2*w()-1;s.push({x:h,y:g,xa:v,ya:p,max:6e3})
}
u=s.concat([y]),
setTimeout(function(){i()},100)
}();
</script>
</body>
</html>