Add mobile version
* Remove Backstretch plugin (not working well on mobile) * Update all plugins * Made Hisui a different region
This commit is contained in:
23
index.html
23
index.html
@ -3,20 +3,24 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="Pokétest is an interactive browser game, where you have to find the name of Pokémons!">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="normalize-8.0.1.css" id="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="style.css" id="stylesheet">
|
||||
<link rel="shortcut icon" type="image/png" href="img/favicon.png" />
|
||||
<script src="jquery-2.2.2.min.js"></script>
|
||||
<script src="backstretch-2.0.4.min.js"></script>
|
||||
<script src="jquery-3.6.0.min.js"></script>
|
||||
<script src="interface.js"></script>
|
||||
<script src="poketest.js"></script>
|
||||
<title>Pokétest</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="bg"></div>
|
||||
<div id="content-wrap">
|
||||
<header>
|
||||
<a href="index.html"><img src="img/logo.png" alt="Pokétest" /></a>
|
||||
<nav>
|
||||
<div id="hamburger">
|
||||
<div class="container"><div class="bar1"></div><div class="bar2"></div><div class="bar3"></div></div>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="flashdex.html">Flashdex</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
@ -26,7 +30,7 @@
|
||||
<article>
|
||||
<div id="container">
|
||||
<div id="game">
|
||||
<img src="pokemon/R58.png" alt="Growlithe" class="companion" />
|
||||
<img src="pokemon/R58.png" alt="Growlithe" class="poketest-companion" />
|
||||
<h1>What is Pokétest?</h1>
|
||||
|
||||
<p>✨ <strong>Now updated for Pokémon Legends: Arceus!</strong></p>
|
||||
@ -124,8 +128,8 @@
|
||||
<option name="time" id="5" value="5" selected>5</option>
|
||||
<option name="time" id="10" value="10">10</option>
|
||||
<option name="time" id="30" value="30">30</option>
|
||||
<option name="time" id="30" value="30">99</option>
|
||||
<!--<option name="time" id="10000" value="10000">10000 (debug)</option>-->
|
||||
<option name="time" id="99" value="99">99</option>
|
||||
<option name="time" id="10000" value="10000">10000 (debug)</option>
|
||||
</select> seconds
|
||||
</div>
|
||||
</div>
|
||||
@ -136,13 +140,12 @@
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<footer>
|
||||
<p>© 2012 - 2022 Pokétest 2.7</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>© 2012 - 2022 Pokétest 2.6</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
Reference in New Issue
Block a user