fix i guess
This commit is contained in:
parent
399fabf475
commit
58d0af9dfa
@ -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").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(){
|
||||
$(this).css("color", "#000539");
|
||||
|
@ -37,6 +37,6 @@
|
||||
<footer>
|
||||
<p class="footer">wow</p>
|
||||
</footer>
|
||||
<script src="backend.js"/>
|
||||
<script src="backend.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user