Skip to content

Instantly share code, notes, and snippets.

@willread
Created January 31, 2025 17:13
Show Gist options
  • Save willread/044af64a6f769170c81ca4828fa79e39 to your computer and use it in GitHub Desktop.
Save willread/044af64a6f769170c81ca4828fa79e39 to your computer and use it in GitHub Desktop.
<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