이스터에그 추가 및 프로젝트 추가
This commit is contained in:
parent
23198b77d4
commit
ed1284e979
4 changed files with 8 additions and 2 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
|
@ -19,7 +19,12 @@ function App() {
|
|||
}
|
||||
if (keySequence.join('') === targetSequence) {
|
||||
console.log('Furry sequence detected!');
|
||||
document.location.href = 'https://ny64.kr?from=imnyang_root_page';
|
||||
const random = Math.random();
|
||||
if (random < 0.1) {
|
||||
document.location.href = 'https://wh64.net?from=imnyang_root_page';
|
||||
} else {
|
||||
document.location.href = 'https://ny64.kr?from=imnyang_root_page';
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -58,6 +58,7 @@ function Root() {
|
|||
</div>
|
||||
<div style={{display: 'flex', flexDirection: 'row', gap: 25}}>
|
||||
<a href='https://instagram.com/isangjeong.today'>🥕 isangjeong.today</a>
|
||||
<a href='https://github.com/imnyang/FakeAlyac'>💊 FakeAlyac</a>
|
||||
<a hidden href='https://qloat.com'>🗨️ Qloat</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue