"Price Table"
Bootstrap 3.0.0 Snippet by ggofis

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
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="tr-TR">
<head>
<title>Paketler</title>
<meta name="description" content="<?=$ayar->google;?>" />
<meta name="keywords" content="<?=$ayar->kelime;?>" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="robots" content="index, follow" />
<meta name="Revisit-After" content="1 Days" />
<link rel="shortcut icon" type="image/x-icon" href="/resimler/favicon.ico">
<meta name="generator" content="RoxiKonsept 2.0" />
<link rel="canonical" href="<?php echo " http:// ".$_SERVER['HTTP_HOST']." ".$_SERVER['REQUEST_URI']." "; ?>" />
<link rel="profile" href="http://gmpg.org/xfn/11" />
<!-- Stil Ayarları -->
<link rel="stylesheet" href="/css/paketler.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/css/megamenu.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/css/inc.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/css/diller.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/css/lightbox.css">
<!-- JS Ayarları -->
<script src="/js/jquery-1.11.0.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<!-- LIGHT BOX GALERI -->
<link rel="stylesheet" href="/css/lightbox.css">
<script src="/js/lightbox.min.js"></script>
<!-- Bootstrap Ayarları -->
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
/* GENEL AYARLAR */
body {
font-family: Segoe UI Regular !important;
background: #2e3d4a !important;
}
.pak-paket-uzun {
padding: 70px 0;
}
/* GLOBAL AYARLAR */
.btn {
text-transform: uppercase !important;
}
.btn-primary {
box-shadow: none !important;
border: none !important;
background: #27343f !important;
}
.btn-primary:hover {
background: #202b34 !important;
}
.btn-primary.btn-lg {
font-size: 14px !important;
font-family: Montserrat !important;
font-weight: 600;
line-height: 25px;
padding-left: 30px;
padding-right: 30px;
border-radius: 5px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: