-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
34 lines (27 loc) · 1.06 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="cvrunmin.GitHub.io : ">
<link href="../bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="../bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
<title>cvrunmin - Contact</title>
</head>
<body>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>聯絡我 Contact me</h3>
<a href="mailto:[email protected]">電郵 Email</a><br>
<a target="_blank" href="http://sighttp.qq.com/authd?IDKEY=368ee313d56fc64a363960d8478ec531a975e42a8ad60dbe">QQ(點擊這裡可給我發消息)</a>
</section>
</div>
<!-- FOOTER -->
<script src="../jquery/jquery-3.2.1.min.js"></script>
<script src="../bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="../js/scripts.js"></script>
<script src="../js/headerfooter.js"></script>
</body>
</html>