mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 10:32:08 -05:00
Update semag/star/index.html
This commit is contained in:
parent
a8891bb87c
commit
46701a527f
@ -4,6 +4,7 @@
|
|||||||
<title>Star Clicker </title>
|
<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">
|
<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">
|
<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">
|
<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">
|
<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);
|
}, false);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
<script>
|
||||||
|
$(document).ready(function(){
|
||||||
|
$(".star").click(function(){
|
||||||
|
$(this).animate({width: '+=10%', height: '+=20%'}, 200).animate({width: '-=10%', height: '-=20%'}, 200);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<center>
|
<center>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user