Untitled

 avatar
unknown
plain_text
2 years ago
152 B
6
Indexable
<!DOCTYPE html>
<html>
<head>
	<title>Press Button</title>
</head>
<body>
	<button onclick="alert('Button pressed!')">Press me</button>
</body>
</html>
Editor is loading...