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