Mobile version working
* Removed Backstretch plugin (not working well on mobile) * Updated all plugins * Made Hisui a different region
This commit is contained in:
13
index.html
13
index.html
@ -7,13 +7,13 @@
|
||||
<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>
|
||||
@ -30,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>
|
||||
@ -140,11 +140,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<footer>
|
||||
<footer>
|
||||
<p>© 2012 - 2022 Pokétest 2.7</p>
|
||||
</div>
|
||||
</footer>
|
||||
</footer>
|
||||
</div>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user