This commit is contained in:
wayne 2023-01-18 19:19:12 +08:00
parent 15378c8fa3
commit 5757aa6dc1
6 changed files with 51 additions and 50 deletions

39
index.html Executable file
View File

@ -0,0 +1,39 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html本页面由系统自动生成</h3>
<ul>
<li>本页面在FTP根目录下的index.html</li>
<li>您可以修改、删除或覆盖本页面</li>
<li>FTP相关信息请到“面板系统后台 > FTP” 查看</li>
</ul>
</div>
</body>
</html>

View File

@ -8,62 +8,32 @@
<url>
<loc>
https://www.thmbnb.com.tw/
https://www.hualienbnb.com.tw/
</loc>
</url>
<url>
<loc>
https://www.thmbnb.com.tw/mtswe.html
https://www.hualienbnb.com.tw/bohemia.html
</loc>
</url>
<url>
<loc>
https://www.thmbnb.com.tw/mana.html
https://www.hualienbnb.com.tw/midouzi.html
</loc>
</url>
<url>
<loc>
https://www.thmbnb.com.tw/skld.html
https://www.hualienbnb.com.tw/treelake.html
</loc>
</url>
<url>
<loc>
https://www.thmbnb.com.tw/daxieasyhotel.html
https://www.hualienbnb.com.tw/cthouse.html
</loc>
</url>
<url>
<loc>
https://www.thmbnb.com.tw/xianglu.html
</loc>
</url>
<url>
<loc>
https://www.thmbnb.com.tw/5plus2farm.html
</loc>
</url>
<url>
<loc>
https://www.thmbnb.com.tw/uplushouse.html
</loc>
</url>
<url>
<loc>
https://www.thmbnb.com.tw/chuenmingbub.html
</loc>
</url>
<url>
<loc>
https://www.thmbnb.com.tw/yihuayoujing.html
</loc>
</url>
<url>
<loc>
https://www.thmbnb.com.tw/breeze.html
</loc>
</url>
<url>
<loc>
https://www.thmbnb.com.tw/royalcastle.html
https://www.hualienbnb.com.tw/yuemay.html
</loc>
</url>
</urlset>

View File

@ -12,7 +12,7 @@
<meta name="keywords" content="{$pt.mkeyword}">
<link rel="canonical" href="https://www.thmbnb.com.tw/" />
<link rel="canonical" href="https://www.hualienbnb.com.tw/" />
<script src="{$tpl}js/zln2mrk.js"></script>

View File

@ -45,12 +45,9 @@
<a href="#" class="contactLink" data-mail="{$web.email}"><i class="fa fa-envelope"></i></a>
<a href="tel:{$web.tel}"><i class="fa fa-phone"></i></a>
{if $web.facebook}
<a class="fb" href="javascript: void(window.open('{$web.facebook}');"><i class="fa fa-facebook"></i></a>
{/if}
{if $web.line}
<a class="fb" href="javascript: void(window.open('{$web.line}');"><i class="fa fa-comment"></i></a>
{/if}
</div>
<div class="endArea">{$web.ename} © ALL RIGHTS RESERVED.</div>

View File

@ -37,14 +37,9 @@
</ul>
</nav>
<div class="social">
{if $web.line}
<a class="fb" href="{$web.line}" target="_blank"><i class="fa fa-comment"></i></a>
{/if}
<a href="#" class="contactLink" data-mail="{$web.email}"><i class="fa fa-envelope"></i></a>
<a href="tel:{$web.tel}"><i class="fa fa-phone"></i></a>
{if $web.facebook}
<a class="fb" href="{$web.facebook}" target="_blank"><i class="fa fa-facebook"></i></a>
{/if}
</div>
<div class="rightBox">
<a href="tel:{$web.tel}" target="_blank">來電訂房 / BOOKING</a>

View File

@ -73,9 +73,9 @@
</ul>
</nav>
<div class="social">
{if $site.line}
<a class="fb" href="{$site.line}" target="_blank"><i class="fa fa-comment"></i></a>
{/if}
{if $site.line}
<a class="fb" href="{$site.line}" target="_blank"><i class="fa fa-comment"></i></a>
{/if}
<a href="mailto:{$site.email}" class="contactLink" data-mail="{$site.email}"><i class="fa fa-envelope"></i></a>
<a href="tel:{$site.tel}"><i class="fa fa-phone"></i></a>
{if $site.facebook}