-
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
1 parent
22d8676
commit 31597d5
Showing
1 changed file
with
73 additions
and
0 deletions.
There are no files selected for viewing
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,73 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="robots" content="index, follow" /> | ||
<meta name="apple-mobile-web-app-status-bar" content="#232323" /> | ||
<meta name="theme-color" content="#232323" /> | ||
<link rel="manifest" href="https://kaloodinaz.github.io/manifest.json" /> | ||
<meta name="apple-mobile-web-app-capable" content="yes"/> | ||
<title>Qwordle Game | Fun & Addictive Online Game</title> | ||
<meta name="description" content=""> | ||
<link rel="canonical" href="https://kaloodinaz.github.io/game/qwordle/" /> | ||
<link rel="shortcut icon" href="https://kaloodinaz.github.io/icons/icon-72x72.png"> | ||
<link rel="apple-touch-icon" href="https://kaloodinaz.github.io/icons/icon-192x192.png" /> | ||
<link rel="stylesheet" href="https://kaloodinaz.github.io/styles.css"> | ||
</head> | ||
<body> | ||
<script> | ||
if('serviceWorker' in navigator) {window.addEventListener('load', () => {navigator.serviceWorker.register('/sw.js') | ||
.then(registration => {console.log('Service Worker registered successfully:', registration);}) | ||
.catch(error => {console.log('Error in Service Worker registration:', error);});});} | ||
</script> | ||
<div id="header-placeholder"></div> | ||
|
||
<div class="game_item"> | ||
<div class="frame-box"> | ||
<div class="row"> | ||
<div class="grid-frame"> | ||
<div class="p-r frame-box-game" style="margin:0 auto"> | ||
<iframe title="Qwordle Game Online" id="iframehtml5" class="d-block" width="100%" height="550px" target="_parent" src="" data-oldsrc="game/index.html" scrolling="auto" frameborder="0" style="border:0;" allowfullscreen> | ||
</iframe> | ||
<div id="overlay"> | ||
<img loding="lazy" id="start-img" src="https://kaloodinaz.github.io/icons/icon-128x128.png" height="128" width="128" alt="Doodle Cricket Unblocked"> | ||
<span class="game-title" id="game-title">Qwordle Game Play Online</span> | ||
<button id="start-btn" class="play-button">Play Now!</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<div id="fullscreenButtonContainer"> | ||
<button id="fullscreenButton" onclick="toggleFullscreen()">Toggle Fullscreen <svg width="13px" height="13px" viewBox="0 0 14 14" xmlns="https://www.w3.org/2000/svg"><path d="M2 9H0v5h5v-2H2V9ZM0 5h2V2h3V0H0v5Zm12 7H9v2h5V9h-2v3ZM9 0v2h3v3h2V0H9Z" fill="#ffffff" fill-rule="evenodd" class="fill-000000"></path></svg></button> | ||
</div> | ||
|
||
<div id="social-placeholder"></div> | ||
<div id="catalog-placeholder"></div> | ||
|
||
<div class="content__game"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="site-content"> | ||
<div class="bread-crumb"> | ||
<div class="row"> | ||
<div class="overwrite-breadcumb"> | ||
<div class="d-flex al sp bread-crumb-list"> | ||
<div class="d-flex al sp"> | ||
<a target="_blank" rel="noopener" class="bread-crumb-item" href="https://kaloodinaz.github.io/">Home</a> | ||
<span class="bread-crumb-item bread-after">Qwordle Game io Unlimited Online</span> | ||
</div></div></div></div></div> | ||
|
||
<div> | ||
<h1>Qwordle online</h1> | ||
|
||
|
||
</div></div></div> | ||
</div></div></div> | ||
<div id="footer-placeholder"></div> | ||
<script defer src="https://kaloodinaz.github.io/index.js?v=25"></script> | ||
|
||
</body> | ||
</html> |