-
Notifications
You must be signed in to change notification settings - Fork 2
/
iletisimsayfasi.html
45 lines (38 loc) · 1.3 KB
/
iletisimsayfasi.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="iletisimmillihaber.css">
<title>İletişim</title>
</head>
<body>
<header>
<h1>İletişim</h1>
</header>
<head>Kendi e-postamız:[email protected]</head>
<main>
<section id="iletisim-formu">
<form action="gonder.php" method="post">
<h2>İletişim Formu</h2>
<form>
<label for="email">E-posta Adresi:</label>
<input type="email" id="email" name="email" required>
<label for="mesaj">Açıklama:</label>
<textarea id="mesaj" name="mesaj" rows="4" required></textarea>
<button type="submit">Gönder</button>
</form>
</section>
<section id="sosyal-medya">
<h2>Sosyal Medya Hesapları</h2>
<ul>
<li><a href="https://www.youtube.com/@basithabersitesi/">Youtube</a></li>
<li><a href="https://www.twitter.com/basithabersitesi">Twitter</a></li>
</ul>
</section>
</main>
<footer>
<p>© 2023©-BasitHaberSitesi</p>
</footer>
</body>
</html>