NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Krompvp Web Sitesi</title>
<meta name="keywords" content="../">
<meta name="description" content="../">
<meta name="author" content="Ertunç Bekiç">
<meta name="classification" content="web tasarım">
<meta name="googlebot" content="All, Index, Follow" />
<meta name="Robots" content="All, Index, Follow" />
<meta name="revisit-after" content="7 days">
<meta name="rating" content="General" />
<meta name="expires" content="no" />
<meta name="language" content="turkish, TR" />
<meta name="distribution" content="Global" />
<meta name="googlebot" content="NOODP" />
<meta name="robots" content="all" />
<meta name="robots" content="follow" />
<meta name="robots" content="index" />
<meta name="distribution" content="global" />
<meta name="revisit-after" content="1 Day" />
<meta http-equiv="Copyright" content="Copyright © webturkuaz.com">

<!-- ============ Styles ============ -->
<link rel="stylesheet" href="assets/styles/reset.css" type="text/css" />
<link rel="stylesheet" href="assets/styles/custom.css" type="text/css" />
<link rel="stylesheet" href="assets/font/font.css" type="text/css" />

<!-- ============ Font-Awesome ============ -->
<link rel="stylesheet" href="assets/styles/font-awesome.css" type="text/css" />

<!-- ============ Mobil CSS ============ -->
<link rel="stylesheet" href="assets/mobile/media-queries.css" type="text/css" />

<!-- ============ Google Font ============ -->

<!-- ============ Fav-Icon ============ -->
<link rel="Shortcut Icon" href="assets/images/icons/fav_icon.png" type="image/x-icon">

<!-- Scripts -->
<script type="text/javascript" src="assets/scripts/jquery.min.js"></script>
<script type="text/javascript" src="assets/scripts/jquery-ui.min.js"></script>
<script type="text/javascript" src="assets/scripts/custom.js"></script>


<!-- Add jQuery assetsrary -->
<script type="text/javascript" src="assets/scripts/jquery-1.10.1.min.js"></script>

<!-- Add mousewheel plugin (this is optional) -->
<script type="text/javascript" src="assets/scripts/jquery.mousewheel-3.0.6.pack.js"></script>

<!-- Add fancyBox main JS and CSS files -->
<script type="text/javascript" src="assets/source/jquery.fancybox.js?v=2.1.5"></script>
<link rel="stylesheet" type="text/css" href="assets/source/jquery.fancybox.css?v=2.1.5" media="screen" />

<!-- Add Button helper (this is optional) -->
<link rel="stylesheet" type="text/css" href="assets/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" />
<script type="text/javascript" src="assets/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>

<!-- Add Thumbnail helper (this is optional) -->
<link rel="stylesheet" type="text/css" href="assets/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" />
<script type="text/javascript" src="assets/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>

<!-- Add Media helper (this is optional) -->
<script type="text/javascript" src="assets/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>

<script type="text/javascript">
$(document).ready(function() {
/*
* Simple image gallery. Uses default settings
*/

$('.fancybox').fancybox();

/*
* Different effects
*/

// Change title type, overlay closing speed
$(".fancybox-effects-a").fancybox({
helpers: {
title : {
type : 'outside'
},
overlay : {
speedOut : 0
}
}
});

// Disable opening and closing animations, change title type
$(".fancybox-effects-b").fancybox({
openEffect : 'none',
closeEffect : 'none',

helpers : {
title : {
type : 'over'
}
}
});

// Set custom style, close if clicked, change title type and overlay color
$(".fancybox-effects-c").fancybox({
wrapCSS : 'fancybox-custom',
closeClick : true,

openEffect : 'none',

helpers : {
title : {
type : 'inside'
},
overlay : {
css : {
'background' : 'rgba(238,238,238,0.85)'
}
}
}
});

// Remove padding, set opening and closing animations, close if clicked and disable overlay
$(".fancybox-effects-d").fancybox({
padding: 0,

openEffect : 'elastic',
openSpeed : 150,

closeEffect : 'elastic',
closeSpeed : 150,

closeClick : true,

helpers : {
overlay : null
}
});

/*
* Button helper. Disable animations, hide close button, change title type and content
*/

$('.fancybox-buttons').fancybox({
openEffect : 'none',
closeEffect : 'none',

prevEffect : 'none',
nextEffect : 'none',

closeBtn : false,

helpers : {
title : {
type : 'inside'
},
buttons : {}
},

afterLoad : function() {
this.title = 'Image ' + (this.index + 1) + ' of ' + this.group.length + (this.title ? ' - ' + this.title : '');
}
});


/*
* Thumbnail helper. Disable animations, hide close button, arrows and slide to next gallery item if clicked
*/

$('.fancybox-thumbs').fancybox({
prevEffect : 'none',
nextEffect : 'none',

closeBtn : false,
arrows : false,
nextClick : true,

helpers : {
thumbs : {
width : 50,
height : 50
}
}
});

/*
* Media helper. Group items, disable animations, hide arrows, enable media and button helpers.
*/
$('.fancybox-media')
.attr('rel', 'media-gallery')
.fancybox({
openEffect : 'none',
closeEffect : 'none',
prevEffect : 'none',
nextEffect : 'none',

arrows : false,
helpers : {
media : {},
buttons : {}
}
});

/*
* Open manually
*/

$("#fancybox-manual-a").click(function() {
$.fancybox.open('1_b.jpg');
});

$("#fancybox-manual-b").click(function() {
$.fancybox.open({
href : 'iframe.html',
type : 'iframe',
padding : 5
});
});

$("#fancybox-manual-c").click(function() {
$.fancybox.open([
{
href : 'slider.png',
title : 'My title'
}, {
href : '2_b.jpg',
title : '2nd title'
}, {
href : '3_b.jpg'
}
], {
helpers : {
thumbs : {
width: 75,
height: 50
}
}
});
});


});
</script>

<!-- ============ Simple image gallery ============ -->
<!-- <a class="fancybox" href="1_b.jpg" data-fancybox-group="gallery" title=""><img src="slider.png" alt="" /></a> -->

<!-- ============ Different effects ============ -->
<!-- <a class="fancybox-effects-a" href="5_b.jpg" title=""><img src="5_s.jpg" alt="" /></a> -->

</head>
<body>

<!-- top_bg -->
<div class="top_bg">
<!-- ortala -->
<div class="ortala">
<!-- logo -->
<a href="index.html" class="logo">
<img src="assets/images/logo.png" width="115" height="22" alt="../" />
</a><!-- logo -->

<!-- top_menu -->
<div class="top_menu">
<ul>
</ul>
</div><!-- top_menu -->

<!-- social_box -->
<div class="social_box">
<ul>
<li> <a href="https://www.facebook.com/"><img src="assets/images/fb.png" width="34" height="34" alt="../" /></a></li>
<li> <a href="https://twitter.com/"><img src="assets/images/tw.png" width="34" height="34" alt="../" /></a></li>
<li style="margin-right: 0px;"><a href="https://plus.google.com/"><img src="assets/images/gm.png" width="34" height="34" alt="../" /></a></li>
</ul>
</div><!-- social_box -->

<div class="clear"></div>

<!-- menu -->
<div class="menu">
<ul>
<li><a href="index.php">Anasayfa</a></li>
<li><a href="hakkimizda.php">Hakkımızda</a></li>
<li>
<a href=https://docs.google.com/forms/d/e/1FAIpQLSdb2bzWtUOMZfgI9B0eD_F0onnIDSLEkAExF9h1KxOPUWKKzQ/viewform?usp=send_form">Yetki Basvuru</a>
<ul>
</ul>
</li>
<li><a href="yetkililer.php">Yetkililer</a></li>
<li><a href="iletisim.php">İletişim</a></li>
</ul>
<a href="iletisim.php" class="menu_contact_bg">
<h6>Server İp</h6>
<h1>Krompvp.nitrado.net</h1>
</a>
</div><!-- menu -->
<div class="menu_shadow"></div>
</div><!-- ortala -->
</div><!-- top_bg -->
<!-- ============ include / header.html ============ -->

<!-- red_bg -->
<div class="red_bg">
<!-- ortala -->
<div class="ortala">
<!-- slider_generic -->
<div class="slider_generic">
<!-- slider -->
<div class="slider">
<ul>
<li><a href=""><img src="assets/images/slider.jpg" width="959" height="263" alt="../" /></a></li>
<li><a href=""><img src="assets/images/slider.jpg" width="959" height="263" alt="../" /></a></li>
<li><a href=""><img src="assets/images/slider.jpg" width="959" height="263" alt="../" /></a></li>
</ul>
</div><!-- slider -->

<!-- slider_swap -->
<div class="slider_swap">
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</div><!-- slider_swap -->
</div><!-- slider_generic -->
<div class="slider_generic_shadow"></div>
</div><!-- ortala -->
</div><!-- red_bg -->

<!-- ortala -->
<div class="ortala">
<!-- p_generic -->
<div class="p_generic">
<!-- p1_box -->
<div class="p1_box">
<h1>HAKKIMIZDA</h1> <div class="clear"></div>
<a class="fancybox" href="assets/images/hakkimizda.png" data-fancybox-group="gallery" title="HAKKIMIZDA">
<img src="assets/images/hakkimizda.png" alt="" />
</a>
<h2> Server 27 Ekim 2015'te Umut DEMİR Tarafından Kuruldu Server 1 Senedir Hizmet Vermekte Server PVP Serveridir 26 Kişiliktir. </h2>
</div><!-- p1_box -->

<!-- p2_box -->
<div class="p2_box">
<h1>Duyurular</h1> <div class="clear"></div>
<h2>Evet Şuan Yeni Web Sitesi Açtık En Kısa Zamanda Biticek </h2>
<a href="">Devamını Oku</a>
</div><!-- p2_box -->

<!-- p2_box -->
<div class="p2_box" style="float: right">
<h1>Duyurular </h1> <div class="clear"></div>
<h2>Deneme Duyuru </h2>
<a href="">Devamını Oku</a>
</div><!-- p2_box -->
</div><!-- p_generic -->

<!-- p_generic_r -->
<div class="p_generic_r">
<!-- p3_box -->
<div class="p3_box">







</ul>
</div><!-- p3_box -->
</div><!-- p_generic_r -->

<div class="clear"></div>
</div><!-- ortala -->

<!-- ============ include / footer.html ============ -->
<!-- footer_bg -->
<div class="footer_bg">
<!-- ortala -->
<div class="ortala">
<div class="footer">
<h1>Copyright © 2014</h1>
<a href="">Edit by <b>Ertunc Bekic </b></a>
</div>
</div><!-- ortala -->
</div><!-- footer_bg -->

</body>
</html>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.