-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
49 lines (45 loc) · 2.12 KB
/
header.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?php
$path_parts = pathinfo($_SERVER['REQUEST_URI']);
$scriptpath = $path_parts['dirname'];
$serverpath = $_SERVER['SERVER_NAME']
?>
<!DOCTYPE html>
<html lang="tr-TR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#fffff"/>
<meta name="msapplication-navbutton-color" content="#ffffff"/>
<meta name="apple-mobile-web-app-status-bar-style" content="#ffffff"/>
<meta name="description" content="Tek tıkla hızlıca resmini yükle, linkini al."/>
<meta property="og:locale" content="tr_TR" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Hızlı Resim Yükle" />
<meta property="og:description" content="Tek tıkla hızlıca resmini yükle, linkini al." />
<meta property="og:url" content="https://hizliresim.gq/" />
<meta property="og:site_name" content="Hızlı Resim Yükle" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="Tek tıkla hızlıca resmini yükle, linkini al." />
<meta name="twitter:title" content="Hızlı Resim Yükle" />
<link rel="canonical" href="https://hizliresim.gq/" />
<link rel="publisher" href="https://plus.google.com/u/0/117657139241316405760"/>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<meta name="google-site-verification" content="uAqOPhKRryAZeWN_AwD9Ka2oRbszkOZIoeiUqAFAGzY" />
<title>Hızlı Resim Yükle - BETA</title>
</head>
<body class="w3-white w3-container">
<div class="w3-card-4 w3-margin">
<header class="w3-container w3-blue">
<h1>Hızlı Resim Yükle</h1>
</header>
<div class="w3-container">
<p>Resim yüklemenin en hızlı yöntemi.</p>
</div>
<div class="w3-bar w3-border w3-light-grey">
<a href="../" class="w3-bar-item w3-button w3-border-right">Anasayfa</a>
<a href="../gallery" class="w3-bar-item w3-button w3-border-right">Galeri</a>
<a href="../sss" class="w3-bar-item w3-button w3-border-right">SSS</a>
<a href="../kosullar" class="w3-bar-item w3-button w3-border-right">Gizlilik/Koşullar</a>
</div>
</div>
<hr>