-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (70 loc) · 2.64 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>JayHsuan</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="Header">
<h1>
<p style="text-align: center;"><span style="color: black;"><img src="https://i.imgur.com/H1psNTR.png" height="100" width="120">JHsuanの小宇宙</span></p>
</h1>
</div>
<nav>
<ul>
<li>hi</li>
</ul>
</nav>
<!--
<div style="text-align: center;margin-bottom: 300px;">
<button class="mybtn" onclick="scrollToB()">HI</button>
</div>
-->
<div id="select">
<hr size="4px" width="75%" color="black">
<h2 ><a href="https://jyery30120.github.io/">首頁</a> | <a href="#" id="switch">關於我</a> | 作品 |
<a href="#" onclick="window.open(' https://www.flickr.com/photos/145371906@N05/');">攝影集</a> </h2>
<hr size="2px" width="75%">
</div>
<div id="Body">
<!--<a herf="mailto:[email protected]">聯絡我</a>-->
<h2>
<span style="color: black;">歡迎來到張杰的小宇宙</span>
</h2>
<span style="color: white;"> </span>
<div style="text-align: center;"><span style="color: white;"><br>
</span>
</div>
<span style="color: white;"> </span> <a id="page2"></a>
<p style="text-align: center;"><span style="color: black;">
在這個宇宙裡有各種星星<br>像是 內星 愛星 恆星 手掌星
</span></p>
</div>
<!--
<div id="Footer">
<div style="text-align: right;"></div>
<div style="text-align: right;"><br>
<a href="https://www.flickr.com/photos/145371906@N05/" target="view_window"><img src="https://i.imgur.com/1XXn2BV.jpg" title="我的攝影集" height="80" width="100"></a>
<iframe src="https://maps.google.com.tw/maps?q=tku+im&output=embed" frameboard="0" scrolling="no" height="150" width="250"> </iframe>
</div>
-->
</div>
<div id="count">
<!--カウンター画像からは配布サイトへリンクが設定されています。また、誤作動、誤表示の原因となりますのでコードの改変、改行は行わないで下さい。
このコメント部分は削除して頂いても結構です。-->
<script language="Javascript">
document.write('<a href="http://www.free-counter.jp/"></a>');</script><noscript>
<a href="http://hqm.f-counter.com/">counter</a>
<a href="http://www.free-counter.jp/">カウンター</a></noscript>
<a href="http://www.free-counter.jp/"><img src="https://www.f-counter.net/j/29/1520517894/" alt="カウンター"></a>
</div>
<div id="demo" class="showlist">
<div class="list">
<h3><a href="#">學歷</a></h3>
<p></p>
</div>
</div>
<script src="js/index.js"></script>
</body>
</html>