-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtaipei.html
62 lines (49 loc) · 2.46 KB
/
taipei.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="public/images/logo-square.png" type="image/png" />
<link rel="stylesheet" href="public/css/mini.min.css">
<link rel="stylesheet" href="public/css/hax4.css?20201001">
<script src="public/js/hax4.js?20201001"></script>
<title>HAX4 - Taipei</title>
<meta property="og:title" content="HAX4 CO LIMITED" />
<meta property="og:description"
content="This is the main website for HAX4. You can check our past projects and services for more information." />
<meta property="og:image" content="https://hax4.in/public/images/logo-og.png" />
<meta property="og:url" content="https://hax4.in" />
<meta property="og:type" content="website" />
</head>
<body>
<div class="container">
<!-- Intro section BEGIN -->
<h1>HAX4</h1>
<a href="index.html" class="nonhightlight"><span class="icon-home"></span>back to index</a>
<div class="separator">
<hr>
<h2 class="label">Taipei Office</h2>
</div>
<p>哈叉四有限公司<br>HAX4 CO LIMITED</p>
<p>
Phone: <a href="tel:886-2-7730-7130">+886 (2) 7730-7130</a><br>
Email: <a href="mailto:[email protected]">[email protected]</a>
</p>
<p>100004 台北市中正區衡陽路17號<br>No. 17, Hengyang St., Zhongzheng Dist., Taipei City 100004</p>
<iframe width="350" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"
src="https://www.openstreetmap.org/export/embed.html?bbox=121.51189506053926%2C25.041384140749667%2C121.51481062173845%2C25.043483718403515&layer=mapnik&marker=25.042433934069876%2C121.51335418224335"
style="border: 1px solid #ccc"></iframe><br /><small><a
href="https://www.openstreetmap.org/?mlat=25.04243&mlon=121.51335#map=19/25.04243/121.51335&layers=N">View
Larger Map</a></small>
<p class="copyright">© HAX4 CO LIMITED</p>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-179022955-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-179022955-1');
</script>
</body>
</html>