<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>اتصل بنا</title>
</head>
<body>
<h1>اتصل بنا</h1>
مدونة معلومات عامة<p>يسعدنا تواصلك معنا. يرجى ملء النموذج التالي:</p>
<form action="mailto:https://alswady512.blogspot.com" method="post" enctype="text/plain">
<label for="name">الاسم:</label><br>
<input type="text" id="name" name="name"><br><br>
<label for="https://alswady512.blogspot.com">البريد الإلكتروني:</label><br>
<input type="email" id="email" name="email"><br><br>
<label for="message">الرسالة:</label><br>
<textarea id="message" name="message" rows="4" cols="50"></textarea><br><br>
<input type="submit" value="إرسال">
</form>
</body>
</html>