-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (70 loc) · 2.23 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
<html lang="zh-Hant-TW"><head>
<meta charset="utf-8">
<link rel="icon" href="image/logo.ico" type="image/黑暗堅果.ico"></link>
<title>堅果網誌-首頁</title>
<link href="css/堅果網誌.css" rel="stylesheet" type="text/css">
</head>
<body id="canvas_div_no_cursor">
<div class="title00">
<center><!--置中-->
<a class="title0" href="堅果網誌.html" title="傳送回首頁">
堅果網誌
</a>
<a>
</a>
<a href="post01/post.html" class="post01" title="傳送到文章">
文章
</a>
<a>
</a>
<a href="image01/image.html" class="image01" title="傳送到圖片">
圖片
</a>
<a>
</a>
<a href="music01/music.html" class="music01" title="傳送到音樂">
音樂
</a>
<a>
</a>
<a href="video01/video.html" class="video01" title="傳送到影片">
影片
</a>
<a>
</a>
<a href="tool01/tool.html" class="tool01" title="傳送到工具">
工具
</a>
<a>
</a>
<a href="game01/game.html" class="game01" title="傳送到遊戲">
遊戲
</a>
</center>
</div>
<div><br><br></div>
<!--內文-->
<article>
<h2><a class="open" href="home01/00000001/製作團隊.html">製作團隊</a></h2>
<div class="opacity3"><a class="open" href="home01/00000001/製作團隊.html"><p align="right">>>>瀏覽</p></a></div>
</article>
<article>
<h2><a class="open" href="home01/00000002/成員介紹.html">成員介紹</a></h2>
<div class="opacity3"><a class="open" href="home01/00000002/成員介紹.html"><p align="right">>>>瀏覽</p></a></div>
</article>
<!--內文結束-->
<div class="signature" title="傳送到暗黑堅果臉書粉絲專頁" href="https://www.facebook.com/%E6%9A%97%E9%BB%91%E5%A0%85%E6%9E%9C-116935436375829"><!--右下臉書連結-->
</div>
<img src="image/cursor.svg" id="im"/>
<script type="text/javascript" src="js/堅果網誌.js"></script>
<script type="text/javascript">
document.getElementById('canvas_div_no_cursor').style.cursor = "none";
</script>
</body>
</html>