Skip to content

Commit

Permalink
fix(security): change bootcss cdn to bytedance cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrylususu authored Jul 17, 2024
1 parent 31af572 commit f391788
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<title>阵营⑨宫格生成</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="generate9.css">

<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdn.bootcss.com/html2canvas/0.4.1/html2canvas.js"></script>
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/html2canvas/0.4.1/html2canvas.js"></script>
<script src="generate9.js"></script>
</head>

Expand Down
4 changes: 2 additions & 2 deletions lipu.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<title>逐渐离谱生成器</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="lipu.css">

<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdn.bootcss.com/html2canvas/0.4.1/html2canvas.js"></script>
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/html2canvas/0.4.1/html2canvas.js"></script>
<script src="lipu.js"></script>
</head>

Expand Down
4 changes: 2 additions & 2 deletions text.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<title>阵营⑨宫格生成</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="generate9text.css">

<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdn.bootcss.com/html2canvas/0.4.1/html2canvas.js"></script>
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/html2canvas/0.4.1/html2canvas.js"></script>
<script src="generate9text.js"></script>
</head>

Expand Down

0 comments on commit f391788

Please sign in to comment.