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
4dc3db2f37
commit
9586c69a57
@ -195,26 +195,7 @@ $(document).ready(function(){
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<center>
|
<center>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user