10 lines
177 B
HTML
10 lines
177 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
|
|
<body style="margin:10px;padding:10px">
|
|
|
|
<input type="button" onclick="alert('Like pressed on facebook.html!')" value="I LIKE IT !">
|
|
|
|
</body>
|
|
|
|
</html>
|