Skip to content

Commit

Permalink
fixed static path
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed Aug 26, 2020
1 parent 2f47eaf commit c7abdb0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions static/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
<meta name="keywords"
content="Xshell,Xftp,Xftp,Xshell Plus,Xmanager Power Suite各版本激活,Xshell,Xshell5下载,Xshell5官网下载,Xshell免费版,Xshell个人版,Xftp,Xftp免费版下载,Xshell免费版下载,NetSarang"/>
<title>Shell激活</title>
<link rel="shortcut icon" type="image/x-icon" href="../images/favicon.ico"/>
<link rel="shortcut icon" type="image/x-icon" href="/static/images/favicon.ico"/>
<!-- <link rel="stylesheet" href="https://fonts.lug.ustc.edu.cn/css?family=Raleway:200" /> -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:200"/>
<link rel="stylesheet" href="../css/pure-min.css"/>
<link rel="stylesheet" href="../css/common.css"/>
<link rel="stylesheet" href="/static/css/pure-min.css"/>
<link rel="stylesheet" href="/static/css/common.css"/>

<script type="text/javascript" src="../js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="../js/layer/layer.js"></script>
<script type="module" src="../js/index.js"></script>
<script type="text/javascript" src="../js/detection.js"></script>
<script type="text/javascript" src="/static/js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="/static/js/layer/layer.js"></script>
<script type="module" src="/static/js/index.js"></script>
<script type="text/javascript" src="/static/js/detection.js"></script>

<style>
@media (max-width: 35.5em) {
Expand Down
16 changes: 8 additions & 8 deletions static/html/nginx-format.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<meta name="description" content="本网页提供开发相关工具">
<meta name="keywords" content="NGINX,conf,js,生成,格式化"/>
<title>NGINX配置格式化</title>
<link rel="shortcut icon" type="image/x-icon" href="../images/nginx.ico"/>
<link rel="shortcut icon" type="image/x-icon" href="/static/images/nginx.ico"/>
<!-- <link rel="stylesheet" href="https://fonts.lug.ustc.edu.cn/css?family=Raleway:200" /> -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:200"/>
<link rel="stylesheet" href="../css/pure-min.css"/>
<link rel="stylesheet" href="../css/common.css"/>
<link rel="stylesheet" href="/static/css/pure-min.css"/>
<link rel="stylesheet" href="/static/css/common.css"/>

<script type="text/javascript" src="../js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="../js/layer/layer.js"></script>
<script type="text/javascript" src="../js/nginxbeautifier.js"></script>
<script type="module" src="../js/index.js"></script>
<script type="text/javascript" src="../js/detection.js"></script>
<script type="text/javascript" src="/static/js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="/static/js/layer/layer.js"></script>
<script type="text/javascript" src="/static/js/nginxbeautifier.js"></script>
<script type="module" src="/static/js/index.js"></script>
<script type="text/javascript" src="/static/js/detection.js"></script>

<style>
.content-top {
Expand Down

0 comments on commit c7abdb0

Please sign in to comment.