2021-02-24 22:54:16 +03:00
|
|
|
<!DOCTYPE html>
|
2021-02-25 00:06:14 +03:00
|
|
|
<html lang="en">
|
2017-02-17 03:38:54 +03:00
|
|
|
<!--
|
|
|
|
/_ ... _ /_
|
|
|
|
/_//_/ ////_//_//_//\
|
|
|
|
_/ _//
|
|
|
|
-->
|
|
|
|
<head>
|
2021-02-25 00:06:14 +03:00
|
|
|
<meta charset="utf-8">
|
2021-02-25 04:03:39 +03:00
|
|
|
<title>WORDs</title>
|
2021-02-25 02:30:49 +03:00
|
|
|
<link rel="stylesheet" href="https://unpkg.com/chota@0.8.0">
|
2021-02-25 07:27:33 +03:00
|
|
|
<link rel="stylesheet" href="_media/css/styles.css?v=2">
|
2021-02-25 00:06:14 +03:00
|
|
|
<link rel="icon" type="image/png" href="_media/img/favicon.png">
|
2021-02-25 07:27:33 +03:00
|
|
|
<!-- Mobile -->
|
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, minimal-ui">
|
|
|
|
<meta name="format-detection" content="telephone=no">
|
|
|
|
<!-- Android -->
|
|
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
|
|
<!-- iOS -->
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="apple-mobile-web-app-title" content="WORDs">
|
2021-02-25 03:25:23 +03:00
|
|
|
<link rel="apple-touch-icon" href="_media/img/apple-touch-icon.png">
|
|
|
|
<link rel="apple-touch-startup-image" href="_media/img/apple-launch-icon.png">
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
2017-02-17 03:38:54 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-02-25 00:06:14 +03:00
|
|
|
<div class="container">
|
|
|
|
<header>
|
|
|
|
<nav class="nav">
|
2021-02-25 04:29:23 +03:00
|
|
|
<div class="nav-left hide-xs">
|
2021-02-25 07:27:33 +03:00
|
|
|
<a class="brand">WORDs</a>
|
2021-02-25 00:06:14 +03:00
|
|
|
</div>
|
2021-02-25 02:14:07 +03:00
|
|
|
<div class="nav-center">
|
2021-02-25 04:29:23 +03:00
|
|
|
<p id="lives" class="button error is-full-width">loading...</p>
|
2021-02-25 02:14:07 +03:00
|
|
|
</div>
|
2021-02-25 00:06:14 +03:00
|
|
|
<div class="nav-right">
|
2021-02-25 04:03:39 +03:00
|
|
|
<!-- <a class="button dropdown">Language</a> -->
|
|
|
|
<a class="button clear" id="theme-switch" onclick="switchMode(this)">☀️</a>
|
2021-02-25 00:06:14 +03:00
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
</header>
|
2017-02-17 03:38:54 +03:00
|
|
|
|
2021-02-25 00:06:14 +03:00
|
|
|
<nav class="tabs is-full">
|
2021-02-25 01:33:29 +03:00
|
|
|
<a onclick="document.location.reload(true);" class="active" id="gameButton">Game</a>
|
|
|
|
<a onclick="showPage(this, pageStatistics);" id="statsButton">Statistics</a>
|
2021-02-25 04:29:23 +03:00
|
|
|
<a onclick="showPage(this, pageCredits);" id="creditsButton" class="hide-xs">Credits</a>
|
2021-02-25 00:06:14 +03:00
|
|
|
</nav>
|
2017-02-17 03:38:54 +03:00
|
|
|
|
2021-02-25 00:06:14 +03:00
|
|
|
<br>
|
2017-02-17 03:38:54 +03:00
|
|
|
|
2021-02-25 01:33:29 +03:00
|
|
|
<section id="content">
|
2021-02-25 07:27:33 +03:00
|
|
|
<!-- answer word div -->
|
2021-02-25 00:06:14 +03:00
|
|
|
<p id="word" class="card text-center text-uppercase">
|
|
|
|
Loading word...
|
|
|
|
</p>
|
2017-02-17 03:38:54 +03:00
|
|
|
|
2021-02-25 07:27:33 +03:00
|
|
|
<!-- keyboard div -->
|
|
|
|
<div class="row">
|
|
|
|
<div class="col hide-xs hide-sm"></div>
|
|
|
|
<div id="keyboard" class="col-5-md is-hidden text-center is-full-width">
|
|
|
|
... keyboard ...
|
|
|
|
</div>
|
|
|
|
<div class="col hide-xs hide-sm"></div>
|
2021-02-25 00:06:14 +03:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2021-02-25 04:29:23 +03:00
|
|
|
<footer class="text-center hide-xs">
|
|
|
|
<hr>
|
2021-02-25 00:06:14 +03:00
|
|
|
<p class="text-grey is-marginless is-small">
|
2021-02-25 07:27:33 +03:00
|
|
|
by <a href="//iiiypuk.me/about/" target="_blank">iiiypuk</a><br>
|
|
|
|
ver: <a href="https://github.com/iiiypuk/hgman/blob/master/CHANGELOG.md" target="_blank">2.0.2</a>
|
2021-02-25 00:06:14 +03:00
|
|
|
</p>
|
2021-02-25 04:41:36 +03:00
|
|
|
<div id="statistics" class="is-hidden">
|
|
|
|
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
|
|
|
|
<span id="busuanzi_container_site_uv">UV <span id="busuanzi_value_site_uv"></span></span>
|
|
|
|
<span id="busuanzi_container_site_pv">PV <span id="busuanzi_value_site_pv"></span></span>
|
|
|
|
</div>
|
2021-02-24 22:45:09 +03:00
|
|
|
</footer>
|
2017-02-17 04:34:12 +03:00
|
|
|
</div>
|
2017-02-17 03:38:54 +03:00
|
|
|
|
2021-02-25 00:06:14 +03:00
|
|
|
<script>
|
|
|
|
if (window.matchMedia &&
|
|
|
|
window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
|
|
|
document.body.classList.add('dark');
|
2021-02-25 04:03:39 +03:00
|
|
|
document.querySelector("#theme-switch").innerHTML = "🌙";
|
2021-02-25 00:06:14 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
function switchMode(el) {
|
|
|
|
const bodyClass = document.body.classList;
|
|
|
|
bodyClass.contains("dark")
|
|
|
|
? ((el.innerHTML = "☀️"), bodyClass.remove("dark"))
|
|
|
|
: ((el.innerHTML = "🌙"), bodyClass.add("dark"));
|
|
|
|
}
|
|
|
|
|
|
|
|
</script>
|
2021-02-25 07:46:59 +03:00
|
|
|
<script type="text/javascript" src="js/pageStatistics.js?v=1"></script>
|
|
|
|
<script type="text/javascript" src="js/pageCredits.js?v=1"></script>
|
|
|
|
<script type="text/javascript" src="js/game.js?v=2"></script>
|
2017-02-17 03:38:54 +03:00
|
|
|
</body>
|
|
|
|
</html>
|