-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiletisim.php
35 lines (30 loc) · 884 Bytes
/
iletisim.php
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
<?php
include "database.php";
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<title>E-OKUL</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body class="back">
<?php include "ust_kisayol.php"; ?><br>
<img src="img/YAVUZLAR-UZUN.jpg" width="800">
<div class="login">
<h1 class="heading">İLETİŞİM</h1>
<div class="cont">
<form method="post" action="<?php echo $_SERVER["PHP_SELF"]; ?>">
<div class="contact-info">
<h4>Metehan Güldüren</h4>
<p>SİBER VATAN YAVUZLAR</p>
<p>[email protected]</p>
<p>0555 444 33 22</p>
</div>
</form>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
</body>
</html>