File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 8
8
<meta name =" color-scheme" content =" light dark" />
9
9
<
meta name =
" fediverse:creator" content =
" @[email protected] " />
10
10
<script src =" ./check.js" ></script >
11
+ <script src =" https://kit.fontawesome.com/ea96b8b098.js" crossorigin =" anonymous" ></script >
11
12
<link rel =" stylesheet" href =" ./main.css" />
12
13
</head >
13
14
<body id =" mainpagebody" >
34
35
35
36
<hr style =" margin : 1em auto ; width : 100% ;" />
36
37
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" >
38
41
면책 조항: 이 앱은 비공식이며, <a href = " https://www.cloudflare.com/" >Cloudflare Inc.</a > 와 직접적인 연관이 없습니다. <br />
39
42
이 앱은 <a href =" https://developers.cloudflare.com/api/" >Cloudflare 의 공식 API </a >를 사용하지 않으며, 단순히 DNS 레코드를 조회하여 Cloudflare 사용 여부를 판단합니다. <br />
40
43
</p >
41
- <p id =" disclaimer-en" >
44
+ <p class = " disclaimer " id =" disclaimer-en" >
42
45
<i >Disclaimer : This app is unofficial and is not affiliated with <a href =" https://www.cloudflare.com/" >Cloudflare Inc . </a ><br />
43
46
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>
44
47
</p>
Original file line number Diff line number Diff line change @@ -53,6 +53,12 @@ input,button{font-family: inherit;}
53
53
54
54
# cf-scan {font-size : 1.25em ;}
55
55
56
+ .about , .disclaimer {
57
+ text-align : center;
58
+ font-size : 0.875em ;
59
+ margin : 1em auto;
60
+ }
61
+
56
62
textarea {font-family : D2Coding, "D2 coding" , monospace !important ;}
57
63
58
64
.material-icons {
You can’t perform that action at this time.
0 commit comments