dfgdgdfgfd

 avatar
unknown
html
4 years ago
903 B
4
Indexable
<!DOCTYPE html>
<html>
<head>
    
    <!--storybilisim contact form build start-->


    <title>İletişim Formu</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">


    <link rel="stylesheet" type="text/css" href="style.css">


</head>
<body>
        <form class="Contactform" method="POST" action="send.php">
            <label>İsminiz</label>
            <input type="text" name="name"><br>

            <label>E-Posta Adresiniz*</label>
            <input type="email" name="email" required="*" placeholder=""><br>

            <label>Mesajınız</label>
            <textarea name="message"></textarea><br>

            <button class="submitbutton">Gönder</button><br>
            
        </form>
    <!--storybilisim contct form build end-->
    <!--All Rights Reserved ®2020-->

</body>
</html>

Editor is loading...