Update semag/star/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-04-27 16:37:32 +00:00
parent 4dc3db2f37
commit 9586c69a57

View File

@ -195,26 +195,7 @@ $(document).ready(function(){
});
});
</script>
<script type="text/babel">
function Star() {
const starStyle = {
width: '100px',
height: '100px',
cursor: 'pointer',
userSelect: 'none',
};
return (
<img
className="star"
src="https://upload.wikimedia.org/wikipedia/commons/d/d4/Round-star_-_Delapouite_-_white_-_game-icons.svg"
style={starStyle}
/>
);
}
ReactDOM.render(<Star />, document.body);
</script>
</head>
<body>
<center>