Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloodinaz authored Nov 20, 2024
1 parent 9aff27e commit a6a9ffb
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions game/sqwordle/index.html
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>SQwordle Game | Fun & Addictive Online Game</title>
<meta name="description" content="">
<link rel="canonical" href="https://kaloodinaz.github.io/game/sqwordle/" />
<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="SQwordle 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="SQwordle Unblocked">
<span class="game-title" id="game-title">Adoptle 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">SQwordle Game io Unlimited Online</span>
</div></div></div></div></div>

<div>
<h1>Adoptle 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>

0 comments on commit a6a9ffb

Please sign in to comment.