Update semag/star/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-04-27 16:14:15 +00:00
parent a8891bb87c
commit 46701a527f

View File

@ -4,6 +4,7 @@
<title>Star Clicker </title>
<link rel="icon" type="image/svg" href="https://upload.wikimedia.org/wikipedia/commons/d/d4/Round-star_-_Delapouite_-_white_-_game-icons.svg">
<meta property="og:title" content="Star Clicker">
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<meta property="og:description" content="the better clicker game">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
@ -179,6 +180,13 @@ font-family: 'Press Start 2P', sans-serif;
}, false);
})();
</script>
<script>
$(document).ready(function(){
$(".star").click(function(){
$(this).animate({width: '+=10%', height: '+=20%'}, 200).animate({width: '-=10%', height: '-=20%'}, 200);
});
});
</script>
</head>
<body>
<center>