-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
다음의 주의 사항을 숙지해주세요. | ||
|
||
- 이 리포지터리에 Pull Request를 제출하기 전, 반드시 [email protected]로 사전 협의를 진행해야 합니다. 이 리포지터리에 제출을 완료했다고해서 모든 광고가 게시되는 것은 아닙니다. | ||
- Pull Request를 제출한 후, 한 번 더 [email protected]로 연락 부탁드립니다. | ||
|
||
아래 질문에 답해주세요. | ||
|
||
- 광고 게시 시작 기간: 2023년 11월 19일 일요일 | ||
- 광고 게시 종료 기간: 기한 없음 | ||
- 광고주: 튜링의 사과 (https://turingapple.com) | ||
- 설명: 월간닷넷 후원 스폰서 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title>튜링의 사과</title> | ||
<meta http-equiv="refresh" content="0;URL='https://turingapple.com/?refresh=1'" /> | ||
<meta property="og:title" content="튜링의 사과" /> | ||
<meta property="og:site_name" content="튜링의 사과" /> | ||
<meta property="og:url" content="https://turingapple.com/" /> | ||
<meta property="og:description" content="튜링의 사과 홍보" /> | ||
<meta property="og:image" content="banner.png" /> | ||
|
||
<meta name="viewport" content="width=device-width, user-scalable=no" /> | ||
<meta property="og:type" content="website" /> | ||
</head> | ||
<body> | ||
<p><a href="https://turingapple.com/?refresh=1">자동으로 <strong>튜링의 사과</strong> 홈페이지로 전환되지 않을 경우 여기를 클릭하세요.</a></p> | ||
</body> | ||
</html> |