-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (45 loc) · 2 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
<!DOCTYPE HTML>
<html lang="zh-Hant">
<head>
<base href="/">
<!-- HTML meta 設定(必填) -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="google-site-verification" content="" />
<meta name="description" content="務必輸入的網站描述 for Google Search">
<meta name="author" content="25sprout, LLC. 新芽網路有限公司">
<meta name="copyright" content="網站版權聲明">
<meta name="keywords" content="網站關鍵字" />
<meta name="URL" content="網站連結">
<meta name="image" content="網站縮圖" />
<meta property="og:image" content="網站縮圖">
<!-- 網站標題 & Favicon & -->
<title>25sprout Ultra Web Template|網站架構模型</title>
<!-- Chrome Add to Homescreen -->
<link rel="shortcut icon" sizes="196x196" href="addtohome.png">
<!-- iOS icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="addtohome_ios.png">
<!-- Google Analytics ***** 務必更新 GA Account No# *****
<script type="text/javascript">
// var _gaq = _gaq || [];
// _gaq.push(['_setAccount', 'UA-31519246-1']);
// _gaq.push(['_trackPageview']);
// (function() {
// var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
// ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
// var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
// })();
</script> -->
<!-- 這個是讓 IE9 以下的 IE 也可以跑 html5 -->
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="shortcut icon" href="favicon.ico"></head>
<body>
<nav>
<a href="/">Home</a>
<a href="/about">About</a>
</nav>
<div id="view"></div>
<script type="text/javascript" src="bundle.js"></script></body>
</html>