Skip to content

Commit 871eeee

Browse files
committed
.
1 parent 227dff0 commit 871eeee

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

index.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="color-scheme" content="light dark" />
99
<meta name="fediverse:creator" content="@[email protected]" />
1010
<script src="./check.js"></script>
11+
<script src="https://kit.fontawesome.com/ea96b8b098.js" crossorigin="anonymous"></script>
1112
<link rel="stylesheet" href="./main.css" />
1213
</head>
1314
<body id="mainpagebody">
@@ -34,11 +35,13 @@
3435

3536
<hr style="margin: 1em auto; width: 100%;" />
3637

37-
<p id="disclaimer-ko">
38+
39+
<p class="about">Made with <i style="color:#FF69B4;" class="fas fa-heart"></i> by <a href="https://uri.life/@Rina">Bombyeol (aka. Haruboshi)</a>.</p>
40+
<p class="disclaimer" id="disclaimer-ko">
3841
면책 조항: 이 앱은 비공식이며, <a href="https://www.cloudflare.com/">Cloudflare Inc.</a>와 직접적인 연관이 없습니다.<br />
3942
이 앱은 <a href="https://developers.cloudflare.com/api/">Cloudflare의 공식 API</a>를 사용하지 않으며, 단순히 DNS 레코드를 조회하여 Cloudflare 사용 여부를 판단합니다.<br />
4043
</p>
41-
<p id="disclaimer-en">
44+
<p class="disclaimer" id="disclaimer-en">
4245
<i>Disclaimer: This app is unofficial and is not affiliated with <a href="https://www.cloudflare.com/">Cloudflare Inc.</a><br />
4346
It does not use <a href="https://developers.cloudflare.com/api/">Cloudflare's official API</a> and simply checks DNS records to determine if a site is using Cloudflare.<br /></i>
4447
</p>

main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ input,button{font-family: inherit;}
5353

5454
#cf-scan{font-size: 1.25em;}
5555

56+
.about,.disclaimer{
57+
text-align: center;
58+
font-size: 0.875em;
59+
margin: 1em auto;
60+
}
61+
5662
textarea{font-family: D2Coding, "D2 coding", monospace !important;}
5763

5864
.material-icons {

0 commit comments

Comments
 (0)