-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent_template.html
More file actions
36 lines (31 loc) · 1.09 KB
/
content_template.html
File metadata and controls
36 lines (31 loc) · 1.09 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="移民加拿大,加拿大,移民,immigrant,Canada,step to Canada, canacross">
<meta name="description" content="走进加拿大,移民加拿大.">
<title>Step to Canada,移民加拿大,Canacross助您走进加拿大</title>
<link rel="stylesheet" type="text/css" href="template_structure.css">
<link rel="stylesheet" type="text/css" href="fonts_and_content.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<script src="analyticstracking.js"></script>
<script type="text/javascript" src="includeHTML.js"></script>
</head>
<body>
<!-- Begin Wrapper -->
<div id="wrapper">
<div id="head"></div>
<div id="maincontent">
<div id="rightcolumn"></div>
<!-- Begin Left Column Enter main page content here!!!! -->
<div id="leftcolumn">
</div>
<!-- End Left Column End of main page content!!! -->
</div>
<!-- End Main Content -->
<div id="footer"></div>
</div>
<!-- End Wrapper -->
<script>includeAll();</script>
</body>
</html>