-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
51 lines (50 loc) · 1.47 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
<!doctype html>
<html lang="zh-tw">
<head>
<meta charset="utf-8" />
<title>元兒~之未啟用的測試站</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="mySeverDefault.css" />
</head>
<body>
<div id="wrapper" class="container">
<header>
<h1>元兒~之未啟用的測試站</h1>
<h2></h2>
<!-- <nav>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</nav> -->
</header>
<div id="main" role="main">
<div class="block">
<div class="blockGroup">
<section>
<h1 style="color: red; text-align: center;">本網站尚未建置!!</h1>
<p>唉呦~我真訝異你竟然會找到這裡來!!,但...裡面完全沒內容喔~</p>
<p>目前尚在初步研究or建置階段,還沒開張喔......</p>
<p>伺服器上的工具</p>
<ul>
<li><a href="php/phpinfo.php">phpinfo</a></li>
<li><a href="php/tz_tw.php">雅黑php探針</a></li>
<li><a href="php/iProber/iProber1-big5.php">iProber php探針</a></li>
</ul>
</section>
<section>
<p>如果想要多了解我的話,這邊倒是可以閒閒沒事亂晃一下... </p>
<ul>
<li><a href="http://yuaner.tw" target="_blank">元元ㄉ小窩</a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
<footer>
<p>Create in 2012/11/22 By 元兒~</p>
</footer>
</body>
</html>