fix i guess

This commit is contained in:
Benjamín 2020-12-28 14:36:47 +01:00
parent 399fabf475
commit 58d0af9dfa
3 changed files with 9 additions and 3 deletions

@ -1 +1,7 @@
Are you bored ? <br/><br/>If yes you can find many simple games on this webpage. <br/>In section GAMES you have list of all the games. <br/>There are also many different suprises hidden everywhere.<br/><br/>Here is very, very simple game below. <br/><br/>- click on the rectangle 100 times Are you bored ? <br/><br/>
If yes you can find many simple games on this webpage. <br/>
In section GAMES you have list of all the games. <br/>
There are also many different suprises hidden everywhere.<br/>
<br/>Here is very, very simple game below. <br/>
<br/>
- click on the rectangle 100 times

@ -26,7 +26,7 @@ $(document).ready(function(){
}); });
// main_desc // main_desc
$("#main_desc").html("Are you bored ? <br/><br/>If yes you can find many simple games on this webpage. <br/>In section GAMES you have list of all the games. <br/>There are also many different suprises hidden everywhere.<br/><br/>Here is very, very simple game below. <br/><br/>- click on the rectangle 100 times"); $("#main_desc").load("assets/texts/main_desc.txt");
$("#main_desc").click(function(){ $("#main_desc").click(function(){
$(this).css("color", "#000539"); $(this).css("color", "#000539");

@ -37,6 +37,6 @@
<footer> <footer>
<p class="footer">wow</p> <p class="footer">wow</p>
</footer> </footer>
<script src="backend.js"/> <script src="backend.js"></script>
</body> </body>
</html> </html>