-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
33 lines (26 loc) · 937 Bytes
/
contact.html
File metadata and controls
33 lines (26 loc) · 937 Bytes
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
<!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:cvrunmin@outlook.com">電郵 Email</a><br>
</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>