Help
RSS
API
Feed
Maltego
Contact
Domain > bg.ishort.link
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-11-27
104.26.4.60
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Thu, 27 Nov 2025 03:56:38 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-alivealt-svc: h3:443; ma86400Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sSE91WAJdHngmi6YggTDWddOgEIxHNGFjfIGtQKCb0vbl%2FlO%2FTXl8YUOW3TNGIY4icW6c4Z8UjkyU9AVuzFoSvPblV10ouz5TlLLqEdBe}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}last-modified: Thu, 06 Mar 2025 07:17:37 GMTServer: cloudflarevary: Accept-Encodingcf-cache-status: DYNAMICCF-RAY: 9a4eb25f8a7d8b10-PDX !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>八卦猜卦小游戏/title> style> body { font-family: Arial, sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 80vh; margin: 0; background-color: #f4f4f4; } #question { font-size: 120px; /* 增大卦象字体大小 */ margin-bottom: 20px; } #buttons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; } button { padding: 10px 20px; font-size: 18px; cursor: pointer; } #stats { position: absolute; top: 10px; right: 10px; font-size: 14px; } #result { margin-bottom: 20px; /* 调整结果提示的下边距 */ font-size: 18px; height: 20px; } /style>/head>body> div idstats> 总题数: span idtotal>0/span> 正确题数: span idcorrect>0/span> /div> div idresult>/div> !-- 将结果提示元素放到卦象元素上方 --> div idquestion>/div> div idbuttons>/div> script> // 八卦卦象和对应的名称 const trigrams { symbol: ☰, name: 乾天 }, { symbol: ☱, name: 兑泽 }, { symbol: ☲, name: 离火 }, { symbol: ☳, name: 震雷 }, { symbol: ☴, name: 巽风 }, { symbol: ☵, name: 坎水 }, { symbol: ☶, name: 艮山 }, { symbol: ☷, name: 坤地 } ; const names 乾天, 震雷, 坎水, 艮山, 坤地, 巽风, 离火, 兑泽; let totalQuestions 0; let correctAnswers 0; let currentQuestion; // 显示问题 function showQuestion() { // 随机选择一个卦象 currentQuestion trigramsMath.floor(Math.random() * trigrams.length); document.getElementById(question).textContent currentQuestion.symbol; // 打乱按钮顺序 const shuffledTrigrams ...trigrams.sort(() > Math.random() - 0.5); const buttonsDiv document.getElementById(buttons); buttonsDiv.innerHTML ; names.forEach(trigram > { const button document.createElement(button); button.textContent trigram; button.addEventListener(click, () > checkAnswer(trigram)); buttonsDiv.appendChild(button); }); document.getElementById(result).textContent ; } // 检查答案 function checkAnswer(answer) { totalQuestions++; document.getElementById(total).textContent totalQuestions; const resultElement document.getElementById(result); if (answer currentQuestion.name) { correctAnswers++; document.getElementById(correct).textContent correctAnswers; resultElement.textContent 回答正确!继续下一题。; resultElement.style.color green; setTimeout(showQuestion, 500); } else { resultElement.textContent `回答错误,正确答案是:${currentQuestion.name}。点击下面的按钮继续。`; resultElement.style.color red; const continueButton document.createElement(button); continueButton.textContent 继续; continueButton.addEventListener(click, showQuestion); resultElement.appendChild(continueButton); } } // 开始游戏 showQuestion(); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]