Simple button
Archiviert a year ago
N
noah13
Verified
<!DOCTYPE html>
<html>
<head>
<title> /whatever you want\ </title>
</head>
<body>
<button onclick=“(‘/whatever you want\’)”>/whatever you want\
</button>
</body>
</html>
<html>
<head>
<title> /whatever you want\ </title>
</head>
<body>
<button onclick=“(‘/whatever you want\’)”>/whatever you want\
</button>
</body>
</html>
