Skip to content

Instantly share code, notes, and snippets.

View edvinmolla's full-sized avatar

Edvin edvinmolla

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
</head>
<body>
<button id="get">Send GET Request</button><br>
<button id="post">Send POST Request</button>
<script>