Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Feb 27, 2023
1 parent c24cca0 commit 1bc9c97
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# Environment variables available to all jobs and steps in this workflow
env:
APP_LOCATION: "./" # location of your client code
APP_ARTIFACT_LOCATION: "src" # location of client code build output
APP_ARTIFACT_LOCATION: "./" # location of client code build output
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
PROJECT_NAME: eoefans-challenge
Expand Down
4 changes: 2 additions & 2 deletions src/Always_Online.html → Always_Online.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>eoefans-challenge-page</title>
<title>EOEFANS 防火墙质询</title>
</head>
<style>
* {
Expand All @@ -31,7 +31,7 @@
<body>
<main>
<section class="item">
<h2>服务不可用/维护中 </h2>
<h2>服务不可用/当前维护中 </h2>
<div>
您的IP为: ::CLIENT_IP::
<br />
Expand Down
2 changes: 1 addition & 1 deletion src/CAPTCHA_BOX.html → CAPTCHA_BOX.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>eoefans-challenge-page</title>
<title>EOEFANS 防火墙质询</title>
</head>
<style>
* {
Expand Down
4 changes: 2 additions & 2 deletions src/ERROR_1000.html → ERROR_1000.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>eoefans-challenge-page</title>
<title>EOEFANS 防火墙质询</title>
</head>
<style>
* {
Expand All @@ -31,7 +31,7 @@
<body>
<main>
<section class="item">
<h2>对不起出错了——1xxx</h2>
<h2>网关错误——1xxx</h2>
<div>
您的IP为: ::CLIENT_IP::
<br />
Expand Down
4 changes: 2 additions & 2 deletions src/ERROR_500.html → ERROR_500.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>eoefans-challenge-page</title>
<title>EOEFANS 防火墙质询</title>
</head>
<style>
* {
Expand All @@ -31,7 +31,7 @@
<body>
<main>
<section class="item">
<h2>对不起出错了——5XX</h2>
<h2>服务端错误——5XX</h2>
<div>
您的IP为: ::CLIENT_IP::
<br />
Expand Down

0 comments on commit 1bc9c97

Please sign in to comment.