Created
January 31, 2025 17:13
-
-
Save willread/044af64a6f769170c81ca4828fa79e39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<iframe src="https://w3c.github.io/uievents/tools/mouse-event-viewer.html"></iframe> | |
<style> | |
body { | |
font-family: system-ui; | |
background: #f06d06; | |
color: white; | |
text-align: center; | |
margin: 0; | |
padding: 0; | |
} | |
iframe { | |
width: 100vw; | |
height: 100vh; | |
} | |
</style> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment