forked from lifang1991/xystudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexpw.htm
84 lines (77 loc) · 3.05 KB
/
indexpw.htm
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
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="shortcut icon" type="image/ico" href="favicon.ico"/>
<title>平衍之域PlaneWorld</title>
<script>
function navi_menu_click(){
var width=document.getElementById("navi_container").style.width;
if(width.indexOf("80%")==-1)document.getElementById("navi_container").style.width="80%";
else document.getElementById("navi_container").style.width="0px";
}
</script>
</head>
<body>
<div id="navi">
<button class="navi_menu_button" onclick="navi_menu_click();">[=]</button>
平衍之域 PlaneWorld
<div id="navi_container">
<button class="navi_menu_button" onclick="navi_menu_click();">[←]</button>
<li><a href="http://xystudio.xege.org/">主页</a></li>
<li><a href="pwupdate.html">更新</a></li>
<li><a href="PWMapWrite.html">Map Write</a></li>
<li><a href="pwactivity.html">活动</a></li>
<li><a href="pwabout.html">关r于</a></li>
</div>
</div>
<div id="main">
<div id="main_content">
不怕路远,就怕志短。
<br />
我们永远有编程的志向。
<br />
无论寒冬,还是盛夏,
<br />
我们都在编写怡人的代码!
<br />
相信,丰收的硕果的到来。
<br />
我们永远不会放弃!
<br />
... ...
</div>
<div class="section">
<div class="description">我们的最大成果 ——</div>
<div class="link"><a href="pwupdate.html">平衍之域PlaneWorld</a></div>
一个仿mc程序,隔夜是主要的程序员
<br />
它,承载着我编程的历程,从一个小小新生,逐渐变成了一个编程爱好者。
</div>
<div class="section">
<div class="description">改变我们的地图 ——</div>
<div class="link"><a href="PWMapWrite.html">PW Map Write</a></div>
一个仿mc程序,隔夜是主要的程序员
<br />
它,承载着我编程的历程,从一个小小新生,逐渐变成了一个编程爱好者。
</div>
</div>
<div id="footer">
友情链接:
<a href="http://www.newinfinideas.com/">新创无际</a> |
<a href="http://www.snang.cc/">山岚幽阳</a> |
<a href="http://xyang.snang.cc/">轩宇盎然</a>
<br>
<br> <img src='pwlogo.png' height="100" width="100">
<br>
? PlaneWorld 2015 - 2016
<br>
Original by snang 2015 - 2016
<br>
Original by INFINIDEAS 2015 - 2016
<br>
site content under CC BY-SA 3.0 Unported.
</div>
</body>