Create a button displaying Accept.

<html>
<body>
<p>Kevin sent you a friend request.</p>
<button>Accept</button>
<br>
<button>Reject</button>
</body>
</html>]]>

Make sure to pick <button>, followed by Accept, and finally </button>.