Skip to content

Commit

Permalink
✨ [Change] 将被引用资源的链接修改为能被正常解析的地址
Browse files Browse the repository at this point in the history
✨ [Change] 将被引用资源的链接修改为能被正常解析的地址
  • Loading branch information
Sh1n3zZ committed Aug 20, 2023
1 parent 9893048 commit 9c05c84
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
<!DOCTYPE html>
<html lang="zh">
{tagdata name="newsList" /}
<head>
<meta charset="UTF-8">
<title>晞云 - 新一代云计算平台</title>
<title>{$setting.company_name} - 保持热爱,共赴山海.</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="shortcut icon" href="{$setting.web_view}/favicon.ico" />
<meta name="description" content="晞云,新一代云计算平台,保持热爱,共赴山海,提供优质高性价比云计算服务">
<meta name="keywords" content="晞云, LightXi, LightXi Cloud">
<meta name="author" content="LightXi">
<link rel="stylesheet" href="/assets/css/index.css">
<link rel="stylesheet" href="{$setting.web_view}/assets/css/index.css">
<link href="https://fonts.googlefonts.cn/css?family=Ubuntu" rel="stylesheet">
</head>
<body>
<img src="/assets/images/background.png" class="background" loading="lazy" alt="">
<img src="{$setting.web_view}/assets/images/background.png" class="background" loading="lazy" alt="">
<nav class="navbar">
<div class="navbar-brand">
<a class="navbar-logo" href="/">
<img src="/assets/images/logo.png" alt="晞云">
<img src="{$setting.web_view}/assets/images/logo.png" alt="晞云">
<span>LightXi</span>
</a>
</div>
Expand All @@ -39,7 +40,7 @@
<div class="landing-slider">⚡ 累计帮助3,000名站长稳定上云</div>
</div>
<div class="landing-background">
<img src="/assets/images/cloud.png" loading="lazy" alt="">
<img src="{$setting.web_view}/assets/images/cloud.png" loading="lazy" alt="">
</div>
</div>
</div>
Expand Down Expand Up @@ -225,7 +226,7 @@
</div>
</div>
<div class="footer-logo">
<img src="/assets/images/logo.png" alt="" class="logo">
<img src="{$setting.web_view}/assets/images/logo.png" alt="" class="logo">
<div class="footer-nav">
<span class="footer-quote">保持热爱,共赴山海</span>
<span class="copyright en">© 2023 LightXi Inc. <span class="mobile-hidden">All Rights Reserved. </span></span>
Expand All @@ -242,11 +243,10 @@
</a>
</div>
<a href="https://beian.miit.gov.cn/" target="_blank">
<img src="/assets/images/gov.webp" alt="">
粤ICP备2023066011号-1
</a>
<a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44040302000432" target="_blank">
<img src="/assets/images/gov.webp" alt="">
<img src="{$setting.web_view}/assets/images/gov.webp" alt="">
粤公网安备 44040302000432号
</a>
</div>
Expand Down

0 comments on commit 9c05c84

Please sign in to comment.