mirror of
https://github.com/YunoHost-Apps/20euros_ynh.git
synced 2024-09-03 18:05:53 +02:00
fix
This commit is contained in:
parent
196dff83fd
commit
d130e773bf
4 changed files with 5 additions and 24 deletions
|
@ -8,7 +8,7 @@
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
setup_root=1
|
setup_root=1
|
||||||
setup_nourl=1
|
setup_nourl=0
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="game-intro">Join the coins until you reach <strong>20 Euro</strong>!
|
<p class="game-intro">Join the coins until you reach <strong>20 Euros</strong>!
|
||||||
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
<div class="game-message">
|
<div class="game-message">
|
||||||
<p></p>
|
<p></p>
|
||||||
<div class="lower">
|
<div class="lower">
|
||||||
<a class="keep-playing-button">Continue (maybe 50 Euro?)</a>
|
<a class="keep-playing-button">Continue (maybe 50 Euros?)</a>
|
||||||
<a class="retry-button">Retry</a>
|
<a class="retry-button">Retry</a>
|
||||||
<div class="score-sharing"></div>
|
<div class="score-sharing"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
|
|
||||||
|
|
||||||
<p class="game-explanation">
|
<p class="game-explanation">
|
||||||
<strong class="important">HOW TO PLAY: </strong> Use your <strong>arrow keys</strong> to move the coins. If two or three mergeable coins touch, they <strong>merge into one!</strong> Your goal is to reach the <strong>20 Euro</strong> note! Restart with <strong>Space</strong>.
|
<strong class="important">HOW TO PLAY: </strong> Use your <strong>arrow keys</strong> to move the coins. If two or three mergeable coins touch, they <strong>merge into one!</strong> Your goal is to reach the <strong>20 Euros</strong> note! Restart with <strong>Space</strong>.
|
||||||
</p>
|
</p>
|
||||||
<hr>
|
<hr>
|
||||||
<p class="game-explanation">
|
<p class="game-explanation">
|
||||||
|
|
|
@ -74,8 +74,6 @@ Ref50000.on('value', function(newPlays) {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="heading">
|
<div class="heading">
|
||||||
<h1 class="title">Statistics</h1>
|
<h1 class="title">Statistics</h1>
|
||||||
|
@ -100,23 +98,6 @@ Statistics since 2014-04-06.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
|
||||||
var sc_project=9719822;
|
|
||||||
var sc_invisible=1;
|
|
||||||
var sc_security="bccc6417";
|
|
||||||
var scJsHost = (("https:" == document.location.protocol) ?
|
|
||||||
"https://secure." : "http://www.");
|
|
||||||
document.write("<sc"+"ript type='text/javascript' src='" +
|
|
||||||
scJsHost+
|
|
||||||
"statcounter.com/counter/counter.js'></"+"script>");
|
|
||||||
</script>
|
|
||||||
<noscript><div class="statcounter"><a title="web analytics"
|
|
||||||
href="http://statcounter.com/" target="_blank"><img
|
|
||||||
class="statcounter"
|
|
||||||
src="http://c.statcounter.com/9719822/0/bccc6417/1/"
|
|
||||||
alt="web analytics"></a></div></noscript>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
|
@ -584,7 +584,7 @@ hr {
|
||||||
padding: 0 20px; }
|
padding: 0 20px; }
|
||||||
|
|
||||||
h1.title {
|
h1.title {
|
||||||
font-size: 27px;
|
font-size: 25px;
|
||||||
margin-top: 15px; }
|
margin-top: 15px; }
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|
Loading…
Reference in a new issue