Skip to content

Instantly share code, notes, and snippets.

View iozhukau's full-sized avatar

Ilya Zhukau iozhukau

View GitHub Profile
@iozhukau
iozhukau / index.html
Created December 2, 2021 07:52
Example of a form to send an email with form data
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form>
<label for="date">Choose a date</label>
<input id="date" type="date">